pub fn register_handler(f: fn(Request) -> Response)
Register a function as a web handler
Panics if called more than once (including implicitly by handler macro).
handler