Module mco_http::net

source ·
Expand description

A collection of traits abstracting over Listeners and Streams.

Structs

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 Server can 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.