elazarl / goproxy

An HTTP proxy library for Go
BSD 3-Clause "New" or "Revised" License
5.89k stars 1.07k forks source link

HTTP error handling customization #492

Open mmatczuk opened 1 year ago

mmatczuk commented 1 year ago

This PR unifies HTTP and HTTPS error handling and makes it customizable by adding Proxy.HTTPErrorHandler.

Fixes #51