Module http_app

Source
Expand description

A simple HTTP application trait that maps a request to a response

Structs§

HttpServer
A helper struct for HTTP server with http modules embedded

Traits§

ServeHttp
This trait defines how to map a request to a response