| ... | @@ -419,7 +419,7 @@ pub const Compression = union(enum) { | ... | @@ -419,7 +419,7 @@ pub const Compression = union(enum) { |
| 419 | | 419 | |
| 420 | /// A HTTP response originating from a server. | 420 | /// A HTTP response originating from a server. |
| 421 | pub const Response = struct { | 421 | pub const Response = struct { |
| 422 | pub const ParseError = Allocator.Error || error{ | 422 | pub const ParseError = error{ |
| 423 | HttpHeadersInvalid, | 423 | HttpHeadersInvalid, |
| 424 | HttpHeaderContinuationsUnsupported, | 424 | HttpHeaderContinuationsUnsupported, |
| 425 | HttpTransferEncodingUnsupported, | 425 | HttpTransferEncodingUnsupported, |