1
0
mirror of https://github.com/golang/go synced 2024-10-07 20:31:24 -06:00
go/src/pkg/http/cgi
Brad Fitzpatrick 36036781d5 http: remove Request.RawURL
Its purpose is not only undocumented, it's also unknown (to me
and Russ, at least) and leads to complexity, bugs and
confusion.

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/5213043
2011-10-12 11:48:25 -07:00
..
testdata cgi: close stdout reader pipe when finished 2011-07-11 15:59:27 -07:00
child_test.go http: remove Request.RawURL 2011-10-12 11:48:25 -07:00
child.go http: remove Request.RawURL 2011-10-12 11:48:25 -07:00
host_test.go http/cgi: clean up environment. 2011-09-16 10:36:54 -07:00
host.go http: remove Request.RawURL 2011-10-12 11:48:25 -07:00
Makefile cgi: child support (e.g. Go CGI under Apache) 2011-03-08 08:01:19 -08:00
matryoshka_test.go http/cgi: pass some default environment variables 2011-04-22 11:02:33 -07:00