uquic/http3
Marten Seemann 7e4ac36b2f remove duplicate check of the URL scheme in the HTTP/3 client
There's already a check like this performed in the http3.RoundTripper.
2020-12-25 13:15:53 +07:00
..
body.go don't close the stream when the http.Request.Body is closed 2020-06-02 14:54:21 +07:00
body_test.go don't close the stream when the http.Request.Body is closed 2020-06-02 14:54:21 +07:00
client.go remove duplicate check of the URL scheme in the HTTP/3 client 2020-12-25 13:15:53 +07:00
client_test.go remove duplicate check of the URL scheme in the HTTP/3 client 2020-12-25 13:15:53 +07:00
error_codes.go add the H3_MESSAGE_ERROR 2020-12-21 12:04:29 +07:00
error_codes_test.go update HTTP/3 errors 2019-09-04 12:06:17 +07:00
frames.go implement parsing and writing of the H3_DATAGRAM setting 2020-12-23 15:06:04 +07:00
frames_test.go implement parsing and writing of the H3_DATAGRAM setting 2020-12-23 15:06:04 +07:00
gzip_reader.go add support for gzipped HTTP/3 requests 2019-04-16 17:26:03 +09:00
http3_suite_test.go accept the control stream and parse SETTINGS frame, for the H3 server 2020-12-23 14:47:14 +07:00
request.go add support for the HTTP CONNECT method (#2761) 2020-09-10 18:05:55 +07:00
request_test.go add support for the HTTP CONNECT method (#2761) 2020-09-10 18:05:55 +07:00
request_writer.go fix HTTP request writing if the Request.Body reads data and returns EOF 2020-07-01 15:31:24 +07:00
request_writer_test.go fix HTTP request writing if the Request.Body reads data and returns EOF 2020-07-01 15:31:24 +07:00
response_writer.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00
response_writer_test.go use a buffered writer for the http3 response writer 2020-04-02 15:15:29 +07:00
roundtrip.go add a http3.RoundTripper.EnableDatagram option 2020-12-23 15:06:04 +07:00
roundtrip_test.go accept the control stream and parse SETTINGS frame, for the H3 client 2020-12-23 14:49:41 +07:00
server.go check that QUIC layer negotiated datagram support when handing SETTINGS 2020-12-23 15:06:04 +07:00
server_test.go check that QUIC layer negotiated datagram support when handing SETTINGS 2020-12-23 15:06:04 +07:00