We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97770a0 commit e393790Copy full SHA for e393790
http/headers.tld
@@ -1,6 +1,6 @@
1
interface headers
2
const clone: (self) -> (headers)
3
- const append: (self, string, string, nil|boolean) -> ()
+ const append: (self, string, string, boolean?) -> ()
4
const each: (self) -> ((self) -> (string, string, boolean))
5
const has: (self, string) -> (boolean)
6
const delete: (self, string) -> (boolean)
@@ -11,7 +11,7 @@ interface headers
11
const modifyi: (self, integer, string, boolean?) -> ()
12
const upsert: (self, string, string, boolean?) -> ()
13
const sort: (self) -> ()
14
- const dump: (self, nil|file, nil|string) -> ()
+ const dump: (self, file?, string?) -> ()
15
end
16
17
new : () -> (headers)
0 commit comments