Skip to content

Releases: go-httpproxy/httpproxy

v1.4

02 Mar 13:58
981f79e
Compare
Choose a tag to compare
  • Improvements of readme, godoc, examples and code
  • host always has a port number on connect callback

v1.3

16 Feb 12:51
56cce93
Compare
Choose a tag to compare
  • Added TLS support for HTTPS Proxy
  • Added ErrPanic to catch panic in handler functions
  • Added ErrNotSupportHTTPVer to prevent HTTP/2 requests
  • Added authType parameter to OnAuth handler
  • Added Context.Req
  • Changed internal implementations and fixed bugs

v1.2

12 Feb 11:03
7a6ed94
Compare
Choose a tag to compare
  • Added unauthorized header in doAuth
  • Added Proxy.AuthType
  • Return 502 for unreachable addresses
  • Added Date, Content-Type headers in ServeResponse if they absent
  • Added signed hosts cache (CaSigner)
  • Added GoDoc

v1.1

04 Feb 19:26
ce8bc1f
Compare
Choose a tag to compare
  • First release