Macro http_request_handler

Source
macro_rules! http_request_handler {
    ( $name: ident, $handler: expr ) => { ... };
}
Expand description

Define a static request handler.

Handlers are expected to take a single Request argument and return a Status.