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
//! This module implements structures for representing few common rules for defining field values

pub mod alpha;
pub mod flat_csv;
pub mod parameter;
pub mod parameter_name;
pub mod parameter_value;
pub mod parameters;
pub mod token;