rama::http

Crate core

Expand description

Rama http protocol implementation and low level utilities.

§Rama

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

§rama-http-core

§Features

  • HTTP/1 and HTTP/2
  • Asynchronous design
  • Leading in performance
  • Tested and correct
  • Extensive production use
  • Client and Server APIs

Modules§

  • Streaming bodies for Requests and Responses
  • HTTP Client
  • HTTP extensions.
  • An asynchronous, HTTP/2 server and client implementation.
  • HTTP Server
  • HTTP Upgrades

Structs§

  • Represents errors that can occur handling HTTP streams.

Type Aliases§

  • Result type often returned from methods that can have hyper Errors.