actix-http 1.0.1

Actix http primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Copied for `hyper::header::shared`;

pub use self::charset::Charset;
pub use self::encoding::Encoding;
pub use self::entity::EntityTag;
pub use self::httpdate::HttpDate;
pub use self::quality_item::{q, qitem, Quality, QualityItem};
pub use language_tags::LanguageTag;

mod charset;
mod encoding;
mod entity;
mod httpdate;
mod quality_item;