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§

body
Streaming bodies for Requests and Responses
client
HTTP Client
ext
HTTP extensions.
h2
An asynchronous, HTTP/2 server and client implementation.
server
HTTP Server
service
upgrade
HTTP Upgrades

Structs§

Error
Represents errors that can occur handling HTTP streams.

Type Aliases§

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