Structs§
- Body
Reader - Http
Server - this is the generic type http server
with a type parameter that impl
HttpService
trait - Request
- Response
Traits§
- Http
Service - the http service trait
user code should supply a type that impl the
call
method for the http server - Http
Service Factory