Module mco_http::http

source ·
Expand description

Pieces pertaining to the HTTP message protocol.

Re-exports

Modules

  • Adapts the HTTP/1.1 implementation into the HttpMessage API.
  • Defines the HttpMessage trait that serves to encapsulate the operations of a single request-response cycle on any HTTP connection.

Structs

  • The raw status code and reason-phrase.

Functions