uquic/http3
Jean-Francois Giorgi af517bdef1
http3: make error codes public and consistent with http2 package (#3744)
* make http3 error codes public and consistent with http2 package

* typo on ErrNoError

* renaming of ErrCode values
2023-04-07 21:53:14 -07:00
..
body.go http3: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -07:00
body_test.go http3: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -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: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -07:00
client_test.go http3: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -07:00
error_codes.go http3: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -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
frames.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08: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
http3_suite_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
http_stream.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
http_stream_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
mock_roundtripcloser_test.go http3: correctly handle closed clients (#3684) 2023-01-28 00:49:52 -08:00
request.go update imports to use qtls and qpack from quic-go GitHub organization (#3676) 2023-01-20 13:42:54 -08:00
request_test.go update imports to use qtls and qpack from quic-go GitHub organization (#3676) 2023-01-20 13:42:54 -08:00
request_writer.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
request_writer_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
response_writer.go http3: sniff HTTP Content Type (#3715) 2023-02-20 17:29:45 -08:00
response_writer_test.go http3: sniff HTTP Content Type (#3715) 2023-02-20 17:29:45 -08:00
roundtrip.go http3: use a single UDPConn in RoundTripper (#3720) 2023-03-14 18:58:26 -07:00
roundtrip_test.go http3: use a single UDPConn in RoundTripper (#3720) 2023-03-14 18:58:26 -07:00
server.go http3: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -07:00
server_test.go http3: make error codes public and consistent with http2 package (#3744) 2023-04-07 21:53:14 -07:00