uquic/http3
2023-01-05 16:37:07 +13:00
..
body.go http3: add a ConnectionState method to the StreamCreator interface (#3600) 2022-10-22 02:52:30 -07:00
body_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
capsule.go http3: add support for parsing and writing HTTP/3 capsules (#3607) 2022-11-03 10:34:01 -07:00
capsule_test.go http3: add support for parsing and writing HTTP/3 capsules (#3607) 2022-11-03 10:34:01 -07:00
client.go http3: add request to response (#3608) 2022-11-02 13:39:34 -07:00
client_test.go http3: add request to response (#3608) 2022-11-02 13:39:34 -07:00
error_codes.go update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355) 2022-03-25 01:44:12 -07:00
error_codes_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
frames.go http3: reduce usage of bytes.Buffer (#3539) 2022-09-01 06:39:21 -07:00
frames_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04: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 http3: reduce usage of bytes.Buffer (#3539) 2022-09-01 06:39:21 -07:00
http_stream_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
request.go make ConnectionState usable during the handshake 2023-01-05 16:37:07 +13:00
request_test.go make ConnectionState usable during the handshake 2023-01-05 16:37:07 +13:00
request_writer.go http3: reduce usage of bytes.Buffer (#3539) 2022-09-01 06:39:21 -07:00
request_writer_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
response_writer.go http3: reduce usage of bytes.Buffer (#3539) 2022-09-01 06:39:21 -07:00
response_writer_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
roundtrip.go http3: simplify if condition in roundtripper (#3658) 2023-01-01 12:20:44 -08:00
roundtrip_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
server.go make ConnectionState usable during the handshake 2023-01-05 16:37:07 +13:00
server_test.go make ConnectionState usable during the handshake 2023-01-05 16:37:07 +13:00