aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request.go
AgeCommit message (Expand)Author
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2015-07-15net/http: do not allow space or slash in Host headersJeff R. Allen
2015-07-07net/http: fix MaxBytesReader at EOFBrad Fitzpatrick
2015-06-30net/http: add a Request.Cancel channel.Aaron Jacobs
2015-06-26net/http: change default user agent stringAamir Khan
2015-06-26net/http: add comment to exported ErrNoCookie and ErrNoLocation valuesMatt Layher
2015-06-25net/http: bound the number of bytes read seeking EOF in Handler's Body.CloseBrad Fitzpatrick
2015-06-25net/http: document that FormValue returns the empty stringBrad Fitzpatrick
2015-04-28net/http: documentation updatesBrad Fitzpatrick
2015-04-09net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874Mikio Hara
2015-02-22net/http: Removed some unused constants in request.go.Aaron Jacobs
2015-02-05net/http: Fix typo in MaxBytesReader commentErik Aigner
2015-02-03net/http: remove redundant strings.TrimPrefixErik Aigner
2014-09-29net/http: clarify Request.FormValue docsBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox