refactor(headers): Use macros for headers where possible

This commit is contained in:
Pyfisch
2015-02-16 19:26:40 +01:00
parent f554c09e12
commit de1be67262
11 changed files with 70 additions and 202 deletions

View File

@@ -1,5 +1,3 @@
use header;
/// The `Server` header field.
///
/// They can contain any value, so it just wraps a `String`.