In theory, `http3` should be supportable quite easily by supplying a custom `http.RoundTripper` as indicated here: https://quic-go.net/docs/http3/client/ DoD - [ ] Check options (explicit extension / feature or simply leave it to the user to specify custom client) - [ ] Add tests (supported by `gock`?)
In theory,
http3should be supportable quite easily by supplying a customhttp.RoundTripperas indicated here: https://quic-go.net/docs/http3/client/DoD
gock?)