0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-02-24 23:57:46 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Will Norris
038e10f436 reverseproxy: refactor error printing
allow errors to specify HTTP status code that should be returned.
2017-06-17 11:25:08 -04:00
Will Norris
457e1fbe35 customize copy of ReverseProxy
- allow Director func to return an error
- convert ErrorLog to an interface
- remove unused NewSingleHostReverseProxy func
2017-06-17 11:24:14 -04:00
Will Norris
7a890f5966 add copy of net/http/httputil package
this includes an exact copy of httputil.ReverseProxy and supporting
types from the go standard library.
2017-06-17 11:24:14 -04:00