warp
0.3.7
In warp::
reject
Modules
sealed
Macros
enum_known
Structs
InvalidHeader
InvalidQuery
LengthRequired
MethodNotAllowed
MissingCookie
MissingHeader
PayloadTooLarge
Rejection
UnsupportedMediaType
Enums
Known
Reason
Rejections
Traits
Cause
Reject
Functions
__reject_custom_compilefail
custom
invalid_header
invalid_query
known
length_required
method_not_allowed
missing_cookie
missing_header
not_found
payload_too_large
reject
unsupported_media_type
warp
::
reject
Function
not_found
Copy item path
Settings
Help
Summary
Source
pub fn not_found() ->
Rejection
Expand description
Rejects a request with
404 Not Found
.