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
/
client.go
Age
Commit message (
Expand
)
Author
2018-08-13
net/http: update request cancelation docs
Brad Fitzpatrick
2018-07-24
net/http: document that Client methods always return *url.Error
Brad Fitzpatrick
2018-07-10
net/http: clarify when it's allowed to reuse a Request
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-04-22
net/http: remove unnecessary parameter type
shogo-ma
2018-03-31
net/http: strip password from error message
Gregory Man
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2017-11-02
net/http: clarify when it is safe to reuse a request
Tom Bergan
2017-11-01
net/http: fix typo in doc string
Joe Kyo
2017-10-16
net/http: preserve Host header following a relative redirect
Tom Bergan
2017-10-02
net/http: use canonicalAddr on shouldCopyHeaderOnRedirect
Guilherme Rezende
2017-06-26
net/http: fix double-close of req.Body
Matt Harden
2017-04-27
net/http: close resp.Body when error occurred during redirection
Weichao Tang
2017-04-21
net/http: use bullet characters for godoc lists
Damien Lespiau
2017-01-24
net/http: don't send body on redirects for 301, 302, 303 when GetBody is set
Brad Fitzpatrick
2017-01-09
net/http: preserve original HTTP method when possible
Joe Tsai
2016-12-20
net/http, doc: more redirect documentation
Brad Fitzpatrick
2016-12-14
net/http: deflake TestClientTimeout_Headers_h2 on Windows
Brad Fitzpatrick
2016-12-13
net/http: update some comments
Brad Fitzpatrick
2016-11-30
net/http: document how headers are forwarded by Client
Joe Tsai
2016-11-10
net/http: don't wrap request cancellation errors in timeouts
Emmanuel Odeke
2016-11-04
net/http: move extra redirect logic for 307/308 into redirectBehavior
Emmanuel Odeke
2016-11-04
net/http: tweak the new Client 307/308 redirect behavior a bit
Brad Fitzpatrick
2016-10-30
net/http: handle 3xx redirects properly
Emmanuel Odeke
2016-10-25
net/http: fix redirect logic to handle mutations of cookies
Joe Tsai
2016-10-22
net/http: add Request.GetBody func for 307/308 redirects
Brad Fitzpatrick
2016-09-19
net/http: rename Post's parameter from bodyType to contentType
Brady Sullivan
2016-09-09
net/http: make Client copy headers on redirect
Brad Fitzpatrick
2016-08-30
net/http: stop timeout timer if user cancels a request
Brad Fitzpatrick
2016-08-30
all: use time.Until where applicable
Brad Fitzpatrick
2016-05-18
net/http: allow Client.CheckRedirect to use most recent response
Brad Fitzpatrick
2016-05-06
net/http: don't assume Response.Request is populated after redirect errors
Brad Fitzpatrick
2016-04-16
net/http: normalize empty port in URL.Host's ":port"
Emmanuel Odeke
2016-04-06
net/http: keep request context during Client redirects
Brad Fitzpatrick
2016-04-01
net/http: clean up the Client redirect code, document Body.Close rules more
Brad Fitzpatrick
2016-03-12
net/http: delete unused type readClose
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-21
net/http: make Client propagate Request.Cancel over redirected requests
Olivier Poitrey
2016-01-05
net/http: make Client use Request.Cancel for timeouts instead of CancelRequest
Brad Fitzpatrick
2015-12-17
net/http: be more consistent about Request.Method "" vs "GET"
Brad Fitzpatrick
2015-12-09
net/http: clarify some RoundTripper behaviors
Brad Fitzpatrick
2015-12-03
net/http: make Client follow redirects even if Request.Method is empty
Brad Fitzpatrick
2015-11-17
net/http: detect when an HTTPS client contacts an HTTP server
Caleb Spare
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-26
net/http: don't overwrite Authorization headers when URL has username
Steve Streeting
2015-06-25
net/http: sync Get and Head's documentation
Matthew Dempsky
2015-04-28
net/http: documentation updates
Brad Fitzpatrick
2015-04-06
net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)...
Igor Dolzhikov
2014-12-20
net/http: make Client.Timeout return net.Error errors indicating timeout
Brad Fitzpatrick
2014-10-07
net/http: fix authentication info leakage in Referer header (potential securi...
Jens Frederich
[prev]
[next]