.. |
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
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
client_test.go
|
allow access to the underlying quic.Stream from a http.ResponseWriter
|
2021-01-17 14:35:21 +08: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
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
frames_test.go
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08: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
|
allow access to the underlying quic.Stream from a http.ResponseWriter
|
2021-01-17 14:35:21 +08:00 |
response_writer_test.go
|
allow access to the underlying quic.Stream from a http.ResponseWriter
|
2021-01-17 14:35:21 +08:00 |
roundtrip.go
|
add a http3.RoundTripOpt to skip the request scheme check
|
2021-01-02 10:21:18 +08:00 |
roundtrip_test.go
|
add a http3.RoundTripOpt to skip the request scheme check
|
2021-01-02 10:21:18 +08:00 |
server.go
|
use the correct HTTP/3 ALPN when using draft-34
|
2021-02-11 09:46:00 +08:00 |
server_test.go
|
allow access to the underlying quic.Stream from a http.ResponseWriter
|
2021-01-17 14:35:21 +08:00 |