Module hyper::netExperimental
[-]
[+]
[src]
A collection of traits abstracting over Listeners and Streams.
Structs
| Fresh | The write-status indicating headers have not been written. |
| HttpAcceptor | A |
| HttpListener | A |
| Streaming | The write-status indicating headers have been written. |
Enums
| HttpStream | A wrapper around a TcpStream. |
Traits
| NetworkAcceptor | An abstraction to receive |
| NetworkListener | An abstraction to listen for connections on a certain port. |
| NetworkStream | An abstraction over streams that a Server can utilize. |