add copy of net/http/httputil package

this includes an exact copy of httputil.ReverseProxy and supporting
types from the go standard library.
This commit is contained in:
Will Norris 2017-06-15 00:27:05 -04:00
parent 5f3c970a20
commit 7a890f5966
3 changed files with 395 additions and 0 deletions

1
third_party/httputil/README vendored Normal file
View file

@ -0,0 +1 @@
Package httputil is based on a copy of net/http/httputil.