uquic/http3
2019-05-21 15:28:38 +01:00
..
body.go implement HTTP/3 2019-04-11 09:06:10 +09:00
body_test.go implement HTTP/3 2019-04-11 09:06:10 +09:00
client.go make sure the TLS config contains the H3 ALPN token in server and client 2019-05-20 17:55:59 +01:00
client_test.go make sure the TLS config contains the H3 ALPN token in server and client 2019-05-20 17:55:59 +01:00
error_codes.go implement the HTTP/3 error codes 2019-04-11 09:06:10 +09:00
error_codes_test.go implement the HTTP/3 error codes 2019-04-11 09:06:10 +09:00
frames.go implement HTTP/3 2019-04-11 09:06:10 +09:00
frames_test.go implement HTTP/3 2019-04-11 09:06:10 +09:00
gzip_reader.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
http3_suite_test.go implement HTTP/3 2019-04-11 09:06:10 +09:00
request.go http3/request: Fix URL parsing of leading double slashes after authority 2019-05-14 10:09:34 +03:00
request_test.go http3/request: Fix URL parsing of leading double slashes after authority 2019-05-14 10:09:34 +03:00
request_writer.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
request_writer_test.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
response_body.go implement HTTP/3 2019-04-11 09:06:10 +09:00
response_body_test.go implement HTTP/3 2019-04-11 09:06:10 +09:00
response_writer.go implement HTTP/3 2019-04-11 09:06:10 +09:00
response_writer_closenotifier.go implement HTTP/3 2019-04-11 09:06:10 +09:00
response_writer_test.go implement HTTP/3 2019-04-11 09:06:10 +09:00
roundtrip.go implement HTTP/3 2019-04-11 09:06:10 +09:00
roundtrip_test.go pass a string, not an error, to Session.CloseWithError 2019-05-13 08:04:24 +02:00
server.go open a control stream and send a SETTINGS frame as an H3 server 2019-05-21 15:28:38 +01:00
server_test.go make sure the TLS config contains the H3 ALPN token in server and client 2019-05-20 17:55:59 +01:00