Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.8k
add Allow header #174
Copy link
Copy link
Closed
Labels
A-headersArea: headers.Area: headers.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Description
Metadata
Metadata
Assignees
Labels
A-headersArea: headers.Area: headers.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
See https://tools.ietf.org/html/rfc7231#section-7.1.4
It should likely be a
pub struct Allow(pub Vec<hyper::method::Method>).