]> Cypherpunks repositories - gostls13.git/commit
http: add packages http/cgi and http/httptest
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 Mar 2011 18:55:47 +0000 (10:55 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 Mar 2011 18:55:47 +0000 (10:55 -0800)
commitda679db0f1ff2380af62371665bded20fef7afad
tree517bee501b703a9e4b3531d713484e1f4b126714
parent89f890f266f0cf0d6fa8dc0935139265c0879858
http: add packages http/cgi and http/httptest

R=rsc, adg, jnw, bradfitzwork
CC=golang-dev
https://golang.org/cl/4247048
src/pkg/Makefile
src/pkg/http/cgi/Makefile [new file with mode: 0644]
src/pkg/http/cgi/cgi.go [new file with mode: 0644]
src/pkg/http/cgi/cgi_test.go [new file with mode: 0644]
src/pkg/http/cgi/testdata/test.cgi [new file with mode: 0755]
src/pkg/http/httptest/Makefile [new file with mode: 0644]
src/pkg/http/httptest/recorder.go [new file with mode: 0644]
src/pkg/http/serve_test.go