Macro http_subrequest_handler

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

Define a static post subrequest handler.

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