Crate may_minihttp

Source

Structs§

BodyReader
HttpServer
this is the generic type http server with a type parameter that impl HttpService trait
Request
Response

Traits§

HttpService
the http service trait user code should supply a type that impl the call method for the http server
HttpServiceFactory