A HTTP response originating from a server.
Fields
reason: []const u8,
content_length: ?u64 = null,
transfer_encoding: ?http.TransferEncoding = null,
transfer_compression: ?http.ContentEncoding = null,
parser: proto.HeadersParser,
compression: Compression = .none,
skip: bool = false,
Functions
fn parse(res: *Response, bytes: []const u8, trailing: bool) ParseError!void
No documentation provided.