uquic/http3
2023-07-18 22:26:46 -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: unify handling of request and response headers (#3969) 2023-07-18 21:39:05 -07:00
client_test.go http3: unify handling of request and response headers (#3969) 2023-07-18 21:39:05 -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
headers.go http3: reject responses that don't set the :status header (#3975) 2023-07-18 22:26:46 -07:00
headers_test.go http3: reject responses that don't set the :status header (#3975) 2023-07-18 22:26:46 -07: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_quic_early_listener_test.go make EarlyListener a struct, not an interface 2023-05-01 14:41:16 +02:00
mock_roundtripcloser_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mockgen.go make EarlyListener a struct, not an interface 2023-05-01 14:41:16 +02:00
request_writer.go http3: validate Host header before sending (#3948) 2023-07-11 23:27:24 -07:00
request_writer_test.go http3: validate Host header before sending (#3948) 2023-07-11 23:27:24 -07:00
response_writer.go http3: return http.ErrContentLength when writing too large response (#3953) 2023-07-12 23:20:35 -07:00
response_writer_test.go http3: return http.ErrContentLength when writing too large response (#3953) 2023-07-12 23:20:35 -07:00
roundtrip.go http3: close the connection when closing the roundtripper (#3873) 2023-06-01 01:06:13 -07:00
roundtrip_test.go http3: correctly use the quic.Transport (#3869) 2023-05-31 23:31:20 -07:00
server.go http3: don't write response headers if the handler panicked (#3950) 2023-07-12 09:32:33 -07:00
server_test.go http3: don't write response headers if the handler panicked (#3950) 2023-07-12 09:32:33 -07:00