test(headers): Add tests for possibly empty list headers.
This commit is contained in:
@@ -8,4 +8,6 @@ header! {
|
||||
#[doc="response to a preflight request, which methods can be used during the"]
|
||||
#[doc="actual request."]
|
||||
(AccessControlAllowMethods, "Access-Control-Allow-Methods") => (Method)*
|
||||
|
||||
test_access_control_allow_methods {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user