/gohttpproxy

HTTP Proxy Implementation written by Go.

Primary LanguageGo

Gohttpproxy

Internal Implementation

  • HTTP server listen to socket, and receive http requests, parse http header, then relay to client to form new http request, send to server.

  • DNS client to parse host to ip address

  • HTTP client connect to target server and get response from server, relay back to Server.