manas_http 0.1.1

This crate provides extended functionality for handling http semantics, that integrates into [`hyper`](https://docs.rs/hyper/latest/hyper/index.html) ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
//! I define few common types for representation data.
//!

pub mod bytes;
pub mod bytes_inmem;
pub mod bytes_stream;
pub mod quads;
pub mod quads_inmem;
pub mod quads_stream;