.. |
body.go
|
add LocalAddr and RemoteAddr functions to http3.StreamCreator (#3384)
|
2022-04-16 06:09:01 -07:00 |
body_test.go
|
add a http3.Hijacker that allows stream creation on a QUIC session from a http.Response.Body
|
2022-04-03 14:28:15 +01:00 |
client.go
|
introduce a http3.RoundTripOpt to prevent closing of request stream (#3411)
|
2022-05-20 02:54:31 -07:00 |
client_test.go
|
add test for bidirectional stream hijacker (#3434)
|
2022-05-27 03:38:00 -07:00 |
conn.go
|
introduce a http3.RoundTripOpt to prevent closing of request stream (#3411)
|
2022-05-20 02:54:31 -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
|
update HTTP/3 errors
|
2019-09-04 12:06:17 +07:00 |
frames.go
|
implement HTTP/3 stream hijacking
|
2022-04-03 14:28:15 +01:00 |
frames_test.go
|
implement HTTP/3 stream hijacking
|
2022-04-03 14:28:15 +01: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
|
fix parsing of request path for Extended CONNECT requests (#3388)
|
2022-04-25 04:20:58 -07:00 |
request_test.go
|
fix parsing of request path for Extended CONNECT requests (#3388)
|
2022-04-25 04:20:58 -07:00 |
request_writer.go
|
introduce a http3.RoundTripOpt to prevent closing of request stream (#3411)
|
2022-05-20 02:54:31 -07:00 |
request_writer_test.go
|
introduce a http3.RoundTripOpt to prevent closing of request stream (#3411)
|
2022-05-20 02:54:31 -07:00 |
response_writer.go
|
make the responseWriter hijackable
|
2022-04-03 14:28:15 +01:00 |
response_writer_test.go
|
make the responseWriter hijackable
|
2022-04-03 14:28:15 +01:00 |
roundtrip.go
|
introduce a http3.RoundTripOpt to prevent closing of request stream (#3411)
|
2022-05-20 02:54:31 -07:00 |
roundtrip_test.go
|
introduce a http3.RoundTripOpt to prevent closing of request stream (#3411)
|
2022-05-20 02:54:31 -07:00 |
server.go
|
don't close the request stream when http3.DataStreamer was used (#3413)
|
2022-05-20 02:53:44 -07:00 |
server_test.go
|
add test for bidirectional stream hijacker (#3434)
|
2022-05-27 03:38:00 -07:00 |