Expand description
Defines the GothamService type which is used to wrap a Gotham application and interface with
Hyper.
Functionsยง
- call_
handler - Instantiates a
Handlerfrom the givenNewHandler, and invokes it with the request. If a panic occurs fromNewHandler::new_handlerorHandler::handle, it is trapped and will result in a500 Internal Server Errorresponse.