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
:
- Github: https://github.com/plabayo/rama
- Book: https://ramaproxy.org/book/
§rama-http-core
§Features
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
Error
s.