Module hyper::server
[−]
[src]
HTTP Server
A Server
is created to listen on a port, parse HTTP requests, and hand
them off to a Service
.
Structs
Http |
An instance of the HTTP protocol, and implementation of tokio-proto's
|
Request |
A client request to a remote server. |
Response |
A response for a client request to a remote server. |
Server |
An instance of a server created through |
Traits
NewService |
Creates new |
Service |
An asynchronous function from |