quic-go
quic-go copied to clipboard
http3.ConfigureTransport
Hi! It would be cool if there was a way to configure my HTTP/1 transport to use HTTP/3.
transport := &http.Transport{Proxy: http.ProxyURL(Proxy)}
if err = http3.ConfigureTransport(transport); err != nil {
panic("error transport")
}