index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
request.go
Age
Commit message (
Expand
)
Author
2015-07-28
all: cleanup usage of dashes in package documentation
Matthew Dempsky
2015-07-15
net/http: do not allow space or slash in Host headers
Jeff R. Allen
2015-07-07
net/http: fix MaxBytesReader at EOF
Brad Fitzpatrick
2015-06-30
net/http: add a Request.Cancel channel.
Aaron Jacobs
2015-06-26
net/http: change default user agent string
Aamir Khan
2015-06-26
net/http: add comment to exported ErrNoCookie and ErrNoLocation values
Matt Layher
2015-06-25
net/http: bound the number of bytes read seeking EOF in Handler's Body.Close
Brad Fitzpatrick
2015-06-25
net/http: document that FormValue returns the empty string
Brad Fitzpatrick
2015-04-28
net/http: documentation updates
Brad Fitzpatrick
2015-04-09
net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874
Mikio Hara
2015-02-22
net/http: Removed some unused constants in request.go.
Aaron Jacobs
2015-02-05
net/http: Fix typo in MaxBytesReader comment
Erik Aigner
2015-02-03
net/http: remove redundant strings.TrimPrefix
Erik Aigner
2014-09-29
net/http: clarify Request.FormValue docs
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]