httpproxy icon indicating copy to clipboard operation
httpproxy copied to clipboard

Go HTTP proxy server library

Results 13 httpproxy issues
Sort by recently updated
recently updated
newest added

reference https://access.redhat.com/articles/3642912 How to reproduce: ``` curl -x 127.0.0.1:8080 https://google.com/ -ivv * Trying 127.0.0.1:8080... * Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0) * allocate connect buffer! * Establish HTTP proxy...

Hey there – thanks for putting this together. I was able to get the basic HTTP sites working, but I keep getting: ``` http: TLS handshake error from [::1]:62647: tls:...

Hi there the proxy reports error when use Safari to connect to the proxy server(the demo in the examples folder) the error message is below: 2019/11/24 12:25:31 http: TLS handshake...

This change allows to override dial. For example, run http proxy over socks proxy ``` var ( socksDialer proxy.Dialer = nil ) func runHttpProxy(sock5Port, httpPort uint) error { var err...

Implementing proxy digest authentication. It has been started in authdigest branch.

Adding bandwidth limiting option.

CONTRIBUTING.md will be added.

Writing integration and unit tests.