We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ff3ab commit 59eec78Copy full SHA for 59eec78
src/server/allow.rs
@@ -66,7 +66,7 @@ impl Allow {
66
Ok(Some(Self { entries }))
67
}
68
69
- /// Sets the `Server-Timing` header.
+ /// Sets the `Allow` header.
70
pub fn apply(&self, mut headers: impl AsMut<Headers>) {
71
headers.as_mut().insert(ALLOW, self.value());
72
0 commit comments