embla
http
Middleware
abortNotFound
abortNotFound
embla
http
Middleware
abortNotFound
method
abortNotFound
Source
embla
http
Middleware
Constructors
Middleware
Properties
context
hashCode
runtimeType
Operators
operator ==
Methods
abort
abortAuthenticationTimeout
abortBadGateway
abortBadRequest
abortConflict
abortExpectationFailed
abortFailedDependency
abortForbidden
abortGatewayTimeout
abortGone
abortImATeapot
abortInsufficientStorage
abortInternalServerError
abortLengthRequired
abortLocked
abortLoopDetected
abortMethodNotAllowed
abortMisdirectedRequest
abortNetworkAuthenticationRequired
abortNotAcceptable
abortNotExtended
abortNotFound
abortNotImplemented
abortPayloadTooLarge
abortPaymentRequired
abortPreconditionFailed
abortPreconditionRequired
abortProxyAuthenticationRequired
abortRangeNotSatisfiable
abortRequestHeaderFieldsTooLarge
abortRequestTimeout
abortServiceUnavailable
abortTooManyRequests
abortUnauthorized
abortUnprocessableEntity
abortUnsupportedMediaType
abortUpgradeRequired
abortURITooLong
abortVariantAlsoNegotiates
abortVersionNotSupported
call
handle
noSuchMethod
ok
redirect
redirectPermanently
toString
dynamic
abortNotFound
(
[
body
=
'Not Found'
])
Source
abortNotFound([body = 'Not Found']) { throw new HttpNotFoundException(body); }