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
2016-10-01
net/http: don't sniff Request.Body on 100-continue requests in Transport
Brad Fitzpatrick
2016-09-30
net/http: refactor testing of Request.Body on 0 ContentLength
Brad Fitzpatrick
2016-09-29
net/http: document how Request.Cookie deals with duplicate cookies
Joe Tsai
2016-09-27
net/http: add more IDNA2008 tests and fix some omissions
Brad Fitzpatrick
2016-09-14
net/http: clarify Request.ContentLength behavior on the client.
Aaron Jacobs
2016-09-13
net/http: make Transport support international domain names
Brad Fitzpatrick
2016-06-02
net/http: http.Request.Context doc fix
Anmol Sethi
2016-05-18
net/http: allow Client.CheckRedirect to use most recent response
Brad Fitzpatrick
2016-05-11
net/http: make the MaxBytesReader.Read error sticky
Brad Fitzpatrick
2016-04-28
net/http, net/http/httptrace: new package for tracing HTTP client requests
Brad Fitzpatrick
2016-04-16
net/http: normalize empty port in URL.Host's ":port"
Emmanuel Odeke
2016-04-12
all: standardize RFC mention format
Dan Peterson
2016-04-11
net/http: set the Request context for incoming server requests
Brad Fitzpatrick
2016-04-06
net/http, net/http/httputil: start with capitals in deprecation sentences
Brad Fitzpatrick
2016-04-05
net/http: add Request.Context and Request.WithContext
Brad Fitzpatrick
2016-03-31
net/http: allow Handlers to handle http2 upgrade PRI requests
Brad Fitzpatrick
2016-03-31
net/http: validate transmitted header fields
Brad Fitzpatrick
2016-03-16
net/http: use dynamic type assertion to remove HTTP server code from cmd/go
Brad Fitzpatrick
2016-03-12
net/http: make ParseMultipartForm also populate Request.PostForm
Emmanuel Odeke
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-05
net/http: fix doc typo
Brad Fitzpatrick
2016-02-05
net/http: document Request.Header and Request.Close more
Brad Fitzpatrick
2016-01-18
net/http: clarify docs on Request.Proto field
Brad Fitzpatrick
2016-01-08
net/http: fix validHeaderValue yet again, excluding the DEL CTL byte
Brad Fitzpatrick
2016-01-08
net/http: fix too-strict validation of server header values
Brad Fitzpatrick
2016-01-06
net/http: update bundled http2, add test for Transport's User-Agent behavior
Brad Fitzpatrick
2016-01-05
net/http: relax recently-updated rules and behavior of CloseNotifier
Brad Fitzpatrick
2015-12-29
net/http: update docs on Request.Proto, ProtoMajor, ProtoMinor
Brad Fitzpatrick
2015-12-17
net/http: don't accept invalid bytes in server request headers
Brad Fitzpatrick
2015-12-17
net/http: be more consistent about Request.Method "" vs "GET"
Brad Fitzpatrick
2015-12-16
net/http: make Server validate Host headers
Brad Fitzpatrick
2015-12-10
net/http: make NewRequest with empty method mean GET
Brad Fitzpatrick
2015-12-01
net/http: retry idempotent HTTP reqs on dead reused conns
Blake Gentry
2015-11-13
net/http: require valid methods in NewRequest and Transport.RoundTrip
Brad Fitzpatrick
2015-10-17
net/http: Client support for Expect: 100-continue
Yasuharu Goto
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
[prev]
[next]