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