Worked on Access-Control-* header family.

This commit is contained in:
Pyfisch
2015-01-06 22:04:35 +01:00
parent 0f781efd7b
commit c228a5506a
8 changed files with 51 additions and 26 deletions

View File

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