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 10c28f0 commit 87ea9c6Copy full SHA for 87ea9c6
http/headers.tld
@@ -1,5 +1,5 @@
1
interface headers
2
- const clone : (self) -> headers
+ const clone : (self) -> (headers)
3
const append : (self, string, string, nil|boolean) -> ()
4
const each : (self) -> ((self) -> (string, string, boolean))
5
const has : (self, string) -> (boolean)
0 commit comments