Update README.md

main
flopetautschnig 1 year ago committed by GitHub
parent 894e22183d
commit 9a9d9d8c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -136,9 +136,6 @@ Every Request or Response has Headers represented by an Array of Headers. Every
pub const Header = struct {
key: []const u8,
value: []const u8,
/// Turns the header key and value into a string.
pub fn stringify(header: Header) []const u8 {...}
};
```

Loading…
Cancel
Save