Expand description
A collection of traits abstracting over Listeners and Streams.
Structs
- A connector that will produce HttpStreams.
- A
NetworkListenerforHttpStreams. - A wrapper around a
TcpStream. - A connector that can protect HTTP streams using SSL.
- A Http Listener over SSL.
- An iterator wrapper over a
NetworkAcceptor.
Enums
- The write-status indicating headers have not been written.
- A stream over the HTTP protocol, possibly protected by SSL.
- The write-status indicating headers have been written.
Traits
- A connector creates a NetworkStream.
- An abstraction to listen for connections on a certain port.
- An abstraction over streams that a
Servercan utilize. - An abstraction to allow any SSL implementation to be used with client-side HttpsStreams.
- An abstraction to allow any SSL implementation to be used with server-side HttpsStreams.