Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
/ gohttp3proxy Public archive

Send HTTP3 requests through an HTTP proxy - used to send HTTP3 with a library that doesn't support HTTP3

License

Notifications You must be signed in to change notification settings

unixfox/gohttp3proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gohttp3proxy

Proxy that automatically send the request using HTTP3

This proxy will automatically upgrade the connection to HTTPS. You initially need to send the request in HTTP.

CLI Usage

$ gohttp3proxy -h
usage: ./gohttp3proxy [flags]

Flags:
  -bind string
    	Listening address to bind to (default "127.0.0.1:8080")
  -timeout int
    	Request timeout (default 60)

Example curl usage

curl -x http://localhost:8080 ifconfig.co

About

Send HTTP3 requests through an HTTP proxy - used to send HTTP3 with a library that doesn't support HTTP3

Resources

License

Stars

Watchers

Forks

Packages