test(headers): Add tests for single value headers.

This commit is contained in:
Pyfisch
2015-04-26 19:16:44 +02:00
parent 6d34448043
commit a27e6812b9
16 changed files with 79 additions and 16 deletions

View File

@@ -7,4 +7,6 @@ header! {
#[doc="The `Access-Control-Request-Method` header indicates which method will be"]
#[doc="used in the actual request as part of the preflight request."]
(AccessControlRequestMethod, "Access-Control-Request-Method") => [Method]
test_access_control_request_method {}
}