Commit graph

12 commits

Author SHA1 Message Date
Marten Seemann
c4b3d979bd
http3: reject header field values with invalid characters (#3967) 2023-07-17 18:56:29 -07:00
Marten Seemann
baee8184fc
http3: reject header field names with invalid characters (#3965) 2023-07-17 18:33:24 -07:00
Marten Seemann
3edacebff0
http3: reject header field that contain non-lowercase characters (#3964) 2023-07-17 18:16:01 -07:00
Marten Seemann
8ac22a9483
http3: set the Content-Length header in the http.Request.Header map (#3963) 2023-07-16 19:26:15 -07:00
Marten Seemann
9488539a49
update imports to use qtls and qpack from quic-go GitHub organization (#3676) 2023-01-20 13:42:54 -08:00
Marten Seemann
45b489b6f6 make ConnectionState usable during the handshake 2023-01-05 16:37:07 +13:00
Aaron Riekenberg
990b1fed38
Change "HTTP/3" to "HTTP/3.0". (#3439) 2022-06-02 10:33:06 -07:00
Marten Seemann
5dedb7e12c
fix parsing of request path for Extended CONNECT requests (#3388) 2022-04-25 04:20:58 -07:00
Marten Seemann
d065fb47e1
add support for the Extended CONNECT method (#3357)
Extended CONNECT is used by WebTransport.
2022-03-25 01:43:48 -07:00
klzgrad
c81eeb8bb8
add support for the HTTP CONNECT method (#2761) 2020-09-10 18:05:55 +07:00
Rangel Ivanov
de2c1f9cb8 http3/request: Fix URL parsing of leading double slashes after authority
Use url.ParseRequestURI instead of url.Parse.
Otherwise it will be interpreted as a path without a scheme
which will result in '//some_path' parsed as url.Host:somepath and empty
url.Path
2019-05-14 10:09:34 +03:00
Marten Seemann
4f6d0e651a implement HTTP/3 2019-04-11 09:06:10 +09:00
Renamed from h2quic/request.go (Browse further)