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 cb7b594 commit 29524faCopy full SHA for 29524fa
http/headers.lua
@@ -3,8 +3,8 @@ HTTP Header data structure/type
3
4
Design criteria:
5
- the same header field is allowed more than once
6
- - must be able to fetch seperate occurences (important for some headers e.g. Set-Cookie)
7
- - optionally available as comma seperated list
+ - must be able to fetch separate occurences (important for some headers e.g. Set-Cookie)
+ - optionally available as comma separated list
8
- http2 adds flag to headers that they should never be indexed
9
- header order should be recoverable
10
0 commit comments