Crate wired_handler_hyper

Source

Modules§

data
prelude
state

Macros§

actions
Sugar for definining actions by method. Creates an OPTIONS endpoint as well, so use it as late as possible. Returns an error to the client for non-existing routes
routes
Sugar for definining routes. Takes the next path element and matches it. Returns an error to the client for non-existing routes
run_handler
Runs a handler/middleware. Interrupts execution by returning if return value is Err or Break

Enums§

RunHttpServerError

Traits§

RunHttpServerExt