Added AccessControl* family of headers.

Fixes #169
This commit is contained in:
Pyfisch
2015-01-04 12:04:32 +01:00
parent 76126fc6c7
commit 60ada12b3c
8 changed files with 169 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ macro_rules! deref(
}
);
// Exposes the AccessControl* family of headers.
pub mod access_control;
/// Exposes the Accept header.
pub mod accept;