..
cgi
net/http/cgi: remove outdated TODO
2020-03-06 23:33:17 +00:00
cookiejar
…
fcgi
…
httptest
net/http/httptest: add EnableHTTP2 to Server
2019-10-18 19:29:10 +00:00
httptrace
net/http: fix a typo in comments
2019-08-27 16:50:35 +00:00
httputil
net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelable
2020-04-26 09:26:10 +00:00
internal
…
pprof
net/http/pprof: allow "seconds" parameters to most profiles
2020-04-22 21:08:58 +00:00
testdata
…
alpn_test.go
net/http: remove references to old NPN support
2019-10-15 18:20:42 +00:00
client.go
net/http: treat a nil Body from a custom RoundTripper as an empty one
2020-03-31 18:10:56 +00:00
client_test.go
net/http: treat a nil Body from a custom RoundTripper as an empty one
2020-03-31 18:10:56 +00:00
clientserver_test.go
net/http: support disabling built-in HTTP/2 with a new build tag
2019-11-04 23:16:09 +00:00
clone.go
net/http: fix Transport panic with nil Request.Header
2019-10-14 17:53:36 +00:00
cookie.go
net/http: update sanitizeCookieValue description
2019-10-22 15:03:09 +00:00
cookie_test.go
…
doc.go
…
example_filesystem_test.go
…
example_handle_test.go
…
example_test.go
…
export_test.go
net/http: support disabling built-in HTTP/2 with a new build tag
2019-11-04 23:16:09 +00:00
filetransport.go
…
filetransport_test.go
…
fs.go
net/http: clean up checkIfModifiedSince and checkIfUnmodifiedSince
2019-10-14 21:10:00 +00:00
fs_test.go
net/http: relax TestLinuxSendfile, trace all system calls, match n64:sendfile
2019-11-08 20:05:25 +00:00
h2_bundle.go
net/http: update bundled x/net/http2
2020-03-20 00:33:16 +00:00
header.go
net/http: clarify Header.WriteSubset behavior
2019-11-01 14:48:28 +00:00
header_test.go
net/http: fix Transport panic with nil Request.Header
2019-10-14 17:53:36 +00:00
http.go
net/http: support disabling built-in HTTP/2 with a new build tag
2019-11-04 23:16:09 +00:00
http_test.go
net/http: support disabling built-in HTTP/2 with a new build tag
2019-11-04 23:16:09 +00:00
jar.go
…
main_test.go
net/http: support disabling built-in HTTP/2 with a new build tag
2019-11-04 23:16:09 +00:00
method.go
…
omithttp2.go
net/http: fix handling of HTTP/2 upgrade failures
2020-03-03 16:04:34 +00:00
proxy_test.go
…
range_test.go
…
readrequest_test.go
net/url: improve url parsing error messages by quoting
2019-08-28 12:47:06 +00:00
request.go
net/http: document that ParseForm consumes Request.Body
2020-01-08 15:48:04 +00:00
request_test.go
net/http: refactor test TestParseFormUnknownContentType
2019-11-08 18:11:01 +00:00
requestwrite_test.go
…
response.go
…
response_test.go
std: remove unused bits of code all over the place
2019-09-02 12:57:37 +00:00
responsewrite_test.go
…
roundtrip.go
…
roundtrip_js.go
net/http: release callbacks after fetch promise completes
2020-04-02 23:01:56 +00:00
serve_test.go
net/http: fix Server.Shutdown race where it could miss an active connection
2020-04-21 23:23:30 +00:00
server.go
net/http: fix Server.Shutdown race where it could miss an active connection
2020-04-21 23:23:30 +00:00
server_test.go
…
sniff.go
…
sniff_test.go
…
socks_bundle.go
net/http: update bundled x/net/http2
2019-11-27 04:05:12 +00:00
status.go
…
transfer.go
Revert "net/http: support gzip, x-gzip Transfer-Encodings"
2020-01-22 22:06:30 +00:00
transfer_test.go
Revert "net/http: support gzip, x-gzip Transfer-Encodings"
2020-01-22 22:06:30 +00:00
transport.go
net/http: fix handling of HTTP/2 upgrade failures
2020-03-03 16:04:34 +00:00
transport_internal_test.go
…
transport_test.go
all: fix incorrect channel and API usage in some unit tests
2020-02-27 19:04:17 +00:00
triv.go
…