uquic/http3
Marten Seemann d8cc4cb3ef
http3: introduce an HTTP/3 error type (#4039)
* http3: introduce an HTTP/3 error type

* http3: use a pointer receiver for the Error
2023-09-16 04:57:50 -07:00
..
body.go http3: introduce an HTTP/3 error type (#4039) 2023-09-16 04:57:50 -07:00
body_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
capsule.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
capsule_test.go deprecate quicvarint.Write in favor of quicvarint.Append (#3690) 2023-02-13 02:52:25 -08:00
client.go http3: introduce an HTTP/3 error type (#4039) 2023-09-16 04:57:50 -07:00
client_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
error.go http3: introduce an HTTP/3 error type (#4039) 2023-09-16 04:57:50 -07:00
error_codes.go http3: introduce an HTTP/3 error type (#4039) 2023-09-16 04:57:50 -07:00
error_codes_test.go http3: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -07:00
error_test.go http3: introduce an HTTP/3 error type (#4039) 2023-09-16 04:57:50 -07:00
frames.go http3: change code point for HTTP datagrams to RFC 9297 (#3588) 2023-08-09 06:30:46 -07:00
frames_test.go deprecate quicvarint.Write in favor of quicvarint.Append (#3690) 2023-02-13 02:52:25 -08:00
gzip_reader.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
headers.go http3: reject unknown pseudo headers (#3973) 2023-07-18 22:42:26 -07:00
headers_test.go http3: reject unknown pseudo headers (#3973) 2023-07-18 22:42:26 -07:00
http3_suite_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
http_stream.go http3: enforce that DATA frames don't exceed Content-Length (#3980) 2023-07-20 09:47:01 -07:00
http_stream_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
mock_quic_early_listener_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
mock_roundtripcloser_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
mockgen.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
request_writer.go http3: validate Host header before sending (#3948) 2023-07-11 23:27:24 -07:00
request_writer_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
response_writer.go http3: introduce an HTTP/3 error type (#4039) 2023-09-16 04:57:50 -07:00
response_writer_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
roundtrip.go http3: change code point for HTTP datagrams to RFC 9297 (#3588) 2023-08-09 06:30:46 -07:00
roundtrip_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
server.go http3: automatically add content-length for small responses (#3989) 2023-08-20 20:31:22 -07:00
server_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00