quic-go icon indicating copy to clipboard operation
quic-go copied to clipboard

http3.ConfigureTransport

Open ja3abuser opened this issue 2 years ago • 0 comments

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")
}

ja3abuser avatar Aug 11 '22 08:08 ja3abuser