add copy of net/http package

this includes an exact copy of the TimeoutHandler func and supporting
types from net/http, modified only to handle minor issues for imported
types.

Ref: #75
This commit is contained in:
Will Norris 2016-11-29 15:30:07 -08:00
parent 93166a5b20
commit e180185856
3 changed files with 164 additions and 0 deletions

1
third_party/http/README vendored Normal file
View file

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