compy/proxy
Barna Csorogi a4a691b7b8 add http2 support
Add http2 using the go-1.6 net/http built-in support.

net/http's http2 doesn't support hijacking, so instead of hijacking the
inital CONNECT tcp connection, tunnel proxied requests/responses over
the reader and writer streams of the CONNECT request.
2016-03-26 18:56:50 +01:00
..
certfaker.go initial commit 2015-03-28 23:07:40 +01:00
mitmconn.go add http2 support 2016-03-26 18:56:50 +01:00
mitmlistener.go initial commit 2015-03-28 23:07:40 +01:00
proxy.go add http2 support 2016-03-26 18:56:50 +01:00
response.go proxy header-only responses properly 2015-03-29 16:12:15 +02:00