Update README.md
This commit is contained in:
parent
894e22183d
commit
9a9d9d8c28
1 changed files with 0 additions and 3 deletions
|
@ -136,9 +136,6 @@ Every Request or Response has Headers represented by an Array of Headers. Every
|
||||||
pub const Header = struct {
|
pub const Header = struct {
|
||||||
key: []const u8,
|
key: []const u8,
|
||||||
value: []const u8,
|
value: []const u8,
|
||||||
|
|
||||||
/// Turns the header key and value into a string.
|
|
||||||
pub fn stringify(header: Header) []const u8 {...}
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue