argan-core 0.1.1

Core types and traits for the Argan Web Framework.
Documentation
1
2
3
4
5
6
7
8
9
//! Types related to the HTTP protocol.

// ----------

pub use http::{header, method, status, uri, version};
pub use http::{HeaderMap, HeaderName, HeaderValue, Method, StatusCode, Uri, Version};

// --------------------------------------------------------------------------------
// --------------------------------------------------------------------------------