Commit Graph

5 Commits

Author SHA1 Message Date
Marten Seemann
a54816867f make it possible to set settings unknown to the http3 package 2022-04-03 14:28:15 +01: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
56111f31ac add tests for the HTTP/3 request 2019-05-13 12:16:33 +02:00