Crate karics

Crate karics 

Source

Re-exports§

pub use router::Router;

Modules§

router

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