go/src/net/http
Louis PORTAY 55590f3a2b net/http: doc: update RFC reference for appropriate HTTP codes
This documentation commit points to the latest RFC documenting HTTP codes

Change-Id: Ia7640664637f0c7846e2182353b787474bac7b4f
GitHub-Last-Rev: 5fb544ee32
GitHub-Pull-Request: golang/go#53318
Reviewed-on: https://go-review.googlesource.com/c/go/+/411475
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-06-10 23:30:35 +00:00
..
cgi all: gofmt main repo 2022-04-11 16:34:30 +00:00
cookiejar net/http/cookiejar: allow cookies with an IP address in the domain attribute 2022-05-18 18:15:37 +00:00
fcgi all: consistently use US spelling of present participles 2022-04-08 13:44:41 +00:00
httptest net/http/httptest: allow multiple fields be present in one Trailer field 2022-04-11 23:17:38 +00:00
httptrace
httputil all: fix spelling 2022-05-17 21:46:33 +00:00
internal all: gofmt main repo 2022-04-11 16:34:30 +00:00
pprof all: gofmt main repo 2022-04-11 16:34:30 +00:00
testdata
alpn_test.go
client.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
client_test.go net/http: handle 3xx responses with no Location 2022-03-31 23:30:43 +00:00
clientserver_test.go net/http: unskip TestEarlyHintsRequest_h2 2022-05-17 20:51:53 +00:00
clone.go
cookie.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
cookie_test.go
doc.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
example_filesystem_test.go
example_handle_test.go
example_test.go
export_test.go net/http: deflake TestTransportConnectionCloseOnRequest 2022-04-20 17:51:39 +00:00
filetransport.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
filetransport_test.go
fs.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
fs_test.go
h2_bundle.go net/http: unskip TestEarlyHintsRequest_h2 2022-05-17 20:51:53 +00:00
header.go
header_test.go
http.go
http_test.go
jar.go
main_test.go
method.go
omithttp2.go
proxy_test.go
range_test.go
readrequest_test.go
request.go net/http: add MaxBytesError 2022-04-25 23:36:50 +00:00
request_test.go net/http: remove cloneURL call in WithContext 2022-04-15 15:57:52 +00:00
requestwrite_test.go
response.go net/http: optimize StatusText implementation 2022-04-15 17:03:50 +00:00
response_test.go
responsewrite_test.go
roundtrip.go
roundtrip_js.go
serve_test.go net/http: allow sending 1xx responses 2022-05-17 16:09:37 +00:00
server.go net/http: allow sending 1xx responses 2022-05-17 16:09:37 +00:00
server_test.go
sniff.go net/http: drop mimesniff for audio/basic 2022-04-20 21:51:06 +00:00
sniff_test.go
socks_bundle.go
status.go net/http: doc: update RFC reference for appropriate HTTP codes 2022-06-10 23:30:35 +00:00
transfer.go net/http: allow sending 1xx responses 2022-05-17 16:09:37 +00:00
transfer_test.go net/http: correctly show error types in transfer test 2022-04-17 01:33:13 +00:00
transport.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
transport_default_js.go
transport_default_other.go
transport_internal_test.go
transport_test.go all: fix spelling 2022-05-17 21:46:33 +00:00
triv.go