Module rustful::net [] [src]

Network related types and traits, reexported from Hyper.

Structs

HttpStream

A wrapper around a TcpStream.

Traits

NetworkStream

An abstraction over streams that a Server can utilize.

SslServer

An abstraction to allow any SSL implementation to be used with server-side HttpsStreams.