| Crates.io | rama-http-core |
| lib.rs | rama-http-core |
| version | 0.3.0-alpha.3 |
| created_at | 2024-12-29 22:26:48.585957+00 |
| updated_at | 2025-08-29 16:10:03.508877+00 |
| description | rama http protocol implementation and low level utilities |
| homepage | |
| repository | https://github.com/plabayo/rama |
| max_upload_size | |
| id | 1498613 |
| size | 1,077,382 |
🦙 Rama (ラマ) is a modular service framework for the 🦀 Rust language to move and transform your network packets. The reasons behind the creation of rama can be read in the "Why Rama" chapter.
Rama http protocol implementation and low level utilities.
Forked from hyper and hyper-util with the goals of contributing
upstream where we can. Rama's requirements do not however match 1-on-1
with hyper given we want the ability to be able to deviate from RFC's
where is required and also expose more low level control than is required
for most other http purposes.
This crate is used by rama-http-backend and thus also rama.
Crate used by the end-user rama crate and rama "http" crate authors alike.
Learn more about rama: