1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/pkg/net/http/httptest
Brad Fitzpatrick 92e4645f31 net/http: add Next Protocol Negotation upgrade support to the Server
This provides the mechanism to connect SPDY support to the http
package, without pulling SPDY into the standard library.

R=rsc, agl, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/7287045
2013-02-04 13:55:38 -08:00
..
recorder_test.go net/http/httptest: mimic the normal HTTP server's ResponseWriter more closely 2012-10-07 09:48:14 -07:00
recorder.go net/http/httptest: mimic the normal HTTP server's ResponseWriter more closely 2012-10-07 09:48:14 -07:00
server_test.go net/http/httptest: add a test 2012-02-09 16:45:24 +11:00
server.go net/http: add Next Protocol Negotation upgrade support to the Server 2013-02-04 13:55:38 -08:00