register_handler

Function register_handler 

Source
pub fn register_handler(f: fn(Request) -> Response)
Expand description

Register a function as a web handler

ยงPanics

Panics if called more than once (including implicitly by handler macro).