Overview of rama-http-core
mainThe rama-http-core crate provides the HTTP protocol implementation and low-level utilities for the Rama framework. It is a fork of hyper and hyper-util designed to allow for greater low-level control and the ability to deviate from RFCs where necessary for Rama's specific networking requirements.
This crate serves as the foundation for:
rama-http-backend- The main
ramacrate
It is intended for use by authors of Rama's HTTP-related crates and end-users of the rama framework.