nanoproxy
nanoproxy copied to clipboard
Small fast HTTP forward proxy in Go.
Results
2
nanoproxy issues
Sort by
recently updated
recently updated
newest added
HTTPS?
1
Is HTTPS supported?
I run the app, then i tried with the http client "curl" as following: ```sh curl -x localhost:8080 https://google.com ``` I got this error curl: (56) Received HTTP code 404...