aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi/child.go
AgeCommit message (Expand)Author
2025-11-13net/http/cgi: accept INCLUDED as protocol for server side includesPeter Beard
2024-01-10net: add available godoc linkcui fliter
2022-09-29net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...cuiweixie
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-14net/http/cgi,net/http/fcgi: add Content-Type detectionRoberto Clapis
2020-09-01net/http/cgi: don't pass nil Body to the child handlerMarco
2020-03-06net/http/cgi: remove outdated TODOTim Cooper
2019-03-02net/http: update net/http package to replace a broken link with an archive linkSamuel Kelemen
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2014-12-23net/http/cgi: Correctly pass down the REMOTE_PORT value for CGI requests.George Shammas
2014-09-08build: move package sources from src/pkg to srcRuss Cox