.. |
body.go
|
introduce a quic.StreamError type and use it for stream cancelations
|
2021-05-01 09:39:52 +07:00 |
body_test.go
|
introduce a quic.StreamError type and use it for stream cancelations
|
2021-05-01 09:39:52 +07:00 |
client.go
|
rename occurrences of session in HTTP/3 server and client
|
2022-03-27 11:27:25 +01:00 |
client_test.go
|
rename the EarlySession to EarlyConnection
|
2022-03-27 11:27:25 +01: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
|
update HTTP/3 errors
|
2019-09-04 12:06:17 +07:00 |
frames.go
|
update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355)
|
2022-03-25 01:44:12 -07: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 Extended CONNECT method (#3357)
|
2022-03-25 01:43:48 -07:00 |
request_test.go
|
add support for the Extended CONNECT method (#3357)
|
2022-03-25 01:43:48 -07:00 |
request_writer.go
|
add support for serializing Extended CONNECT requests (#3360)
|
2022-04-02 11:55:42 -07:00 |
request_writer_test.go
|
add support for serializing Extended CONNECT requests (#3360)
|
2022-04-02 11:55:42 -07:00 |
response_writer.go
|
allow sending 1xx responses (#3047)
|
2021-03-05 10:03:31 +08:00 |
response_writer_test.go
|
allow sending 1xx responses (#3047)
|
2021-03-05 10:03:31 +08:00 |
roundtrip.go
|
rename the EarlySession to EarlyConnection
|
2022-03-27 11:27:25 +01:00 |
roundtrip_test.go
|
rename the EarlySession to EarlyConnection
|
2022-03-27 11:27:25 +01:00 |
server.go
|
rename occurrences of session in HTTP/3 server and client
|
2022-03-27 11:27:25 +01:00 |
server_test.go
|
rename the EarlySession to EarlyConnection
|
2022-03-27 11:27:25 +01:00 |