Crate core

Crate core 

Available on crate features http and http-full only.
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
Extensions for HTTP messages in Rama.
h2
An asynchronous, HTTP/2 server and client implementation.
server
HTTP Server
service

Structs§

Error
Represents errors that can occur handling HTTP streams.

Type Aliases§

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