go/src/net/http
Jes Cok 998ce1c426 net/http: make use of maps.Copy
Change-Id: If8e02760fe1fb095ecebc306fd98662a51a1f66f
GitHub-Last-Rev: 7b8099f1fe
GitHub-Pull-Request: golang/go#69426
Reviewed-on: https://go-review.googlesource.com/c/go/+/612736
Reviewed-by: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2024-09-13 17:00:55 +00:00
..
cgi net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
cookiejar cmd,log,net,runtime: simplify string prefix and suffix processing 2024-07-29 21:29:17 +00:00
fcgi
httptest net/http/httptest: add comment to Server.Client() about Server.URL 2024-05-10 17:26:10 +00:00
httptrace
httputil net/http/httputil: close res body in test 2024-08-14 18:15:48 +00:00
internal
pprof
testdata
alpn_test.go
client.go net/http: panic early in do when Client is nil 2024-03-26 06:06:11 +00:00
client_test.go all: omit unnecessary 0 in slice expression 2024-09-03 20:55:15 +00:00
clientserver_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
clone.go all: document legacy //go:linkname for modules with ≥200 dependents 2024-05-23 01:17:26 +00:00
cookie.go net/http: add partitioned attribute to cookie type 2024-05-22 18:33:05 +00:00
cookie_test.go net/http: add partitioned attribute to cookie type 2024-05-22 18:33:05 +00:00
doc.go
example_filesystem_test.go net/http: match os.File.Readdir behavior in DotFileHiding 2024-07-30 23:08:52 +00:00
example_handle_test.go
example_test.go
export_test.go net/http: don't cancel Dials when requests are canceled 2024-04-17 21:11:57 +00:00
filetransport.go net/http: document io.Seeker requirement for fs.FS arguments 2024-07-15 16:32:33 +00:00
filetransport_test.go
fs.go net/http: document io.Seeker requirement for fs.FS arguments 2024-07-15 16:32:33 +00:00
fs_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
h2_bundle.go all: update vendored dependencies 2024-07-23 20:29:12 +00:00
h2_error.go
h2_error_test.go
header.go net/http: use slices to simplify the code 2024-03-21 22:14:00 +00:00
header_test.go
http.go net/http: add HTTP2Config 2024-08-29 17:38:46 +00:00
http_test.go internal/testenv: add MustHaveSource, rm HasSrc 2024-09-13 16:56:48 +00:00
jar.go
main_test.go net/http: speed up go test 2024-04-03 22:49:46 +00:00
mapping.go
mapping_test.go
method.go
omithttp2.go
pattern.go
pattern_test.go
proxy_test.go
range_test.go
readrequest_test.go
request.go net/http: simplify http.Request.Clone 2024-08-27 17:40:39 +00:00
request_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
requestwrite_test.go
response.go
response_test.go net/http: don't write body for HEAD responses in Response.Write 2024-07-29 21:26:22 +00:00
responsecontroller.go
responsecontroller_test.go
responsewrite_test.go
roundtrip.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
roundtrip_js.go
routing_index.go
routing_index_test.go net/http: use slices to simplify the code 2024-03-21 22:14:00 +00:00
routing_tree.go net/http: represent multi wildcards properly 2024-04-30 15:43:24 +00:00
routing_tree_test.go net/http: avoid appending an existing trailing slash to path again 2024-06-28 17:01:13 +00:00
serve_test.go net/http: don't write HEAD response body in ResponseWriter.ReadFrom 2024-07-29 21:29:55 +00:00
servemux121.go net/http: add comments that servemux121.go should remain frozen 2024-04-18 15:40:38 +00:00
server.go net/http: make use of maps.Copy 2024-09-13 17:00:55 +00:00
server_test.go
sniff.go
sniff_test.go net: use slices and maps to clean up tests 2024-07-25 00:20:13 +00:00
socks_bundle.go
status.go
transfer.go net/http: make use of maps.Copy 2024-09-13 17:00:55 +00:00
transfer_test.go
transport.go net/http: make use of maps.Clone for Transport.{Clone, RegisterProtocol} 2024-09-10 19:59:02 +00:00
transport_default_other.go
transport_default_wasm.go
transport_dial_test.go net/http: don't cancel Dials when requests are canceled 2024-04-17 21:11:57 +00:00
transport_internal_test.go net/http: simplify HTTP/1 request cancelation 2024-05-16 15:57:17 +00:00
transport_test.go net/http: add HTTP2Config 2024-08-29 17:38:46 +00:00
triv.go