..
cgi
net/http, net/http/cgi: fix for CGI + HTTP_PROXY security issue
2016-07-18 14:58:26 +00:00
cookiejar
all: replace magic 0x80 with named constant utf8.RuneSelf
2016-04-10 15:15:57 +00:00
fcgi
all: delete dead non-test code
2016-03-25 06:28:13 +00:00
httptest
net/http/httptest: show usage of httptest.NewRequest in example
2016-06-27 21:08:47 +00:00
httptrace
net/http/httptrace: fix nit in test
2016-05-27 18:47:40 +00:00
httputil
net/http/httputil: fix typos in deprecation comments
2016-05-28 23:44:32 +00:00
internal
all: use SeekStart, SeekCurrent, SeekEnd
2016-05-06 00:10:41 +00:00
pprof
net/http/pprof: remove comments pointing to gperftools
2016-06-28 02:40:20 +00:00
testdata
client_test.go
net/http: allow Client.CheckRedirect to use most recent response
2016-05-18 18:01:50 +00:00
client.go
net/http: allow Client.CheckRedirect to use most recent response
2016-05-18 18:01:50 +00:00
clientserver_test.go
net/http: update bundled http2
2016-05-20 05:53:06 +00:00
cookie_test.go
cookie.go
doc.go
example_test.go
export_test.go
net/http: update bundled http2
2016-05-20 05:53:06 +00:00
filetransport_test.go
filetransport.go
fs_test.go
net/http: fix TestLinuxSendfile on s390x
2016-04-12 18:07:23 +00:00
fs.go
all: use new io.SeekFoo constants instead of os.SEEK_FOO
2016-04-13 05:25:23 +00:00
h2_bundle.go
net/http: update bundled http2 for flow control window adjustment fix
2016-08-05 17:08:52 +00:00
header_test.go
header.go
http_test.go
net/http, internal/testenv: find go binary in PATH
2016-03-22 02:02:23 +00:00
http.go
all: rename vendored golang.org/x/net packages to golang_org
2016-07-13 18:35:40 +00:00
jar.go
main_test.go
net/http: fix typo in comment in main_test
2016-05-02 21:02:54 +00:00
method.go
net/http: correct RFC for MethodPatch
2016-05-04 22:11:56 +00:00
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go
net/http: allow Handlers to handle http2 upgrade PRI requests
2016-03-31 06:12:36 +00:00
request_test.go
net/http: make the MaxBytesReader.Read error sticky
2016-05-11 17:10:58 +00:00
request.go
net/http: http.Request.Context doc fix
2016-06-02 05:25:46 +00:00
requestwrite_test.go
response_test.go
net/http: add Response.Uncompressed bool
2016-05-01 06:29:57 +00:00
response.go
net/http: be consistent about spelling of HTTP/1.x
2016-06-29 23:59:41 +00:00
responsewrite_test.go
net/http: zero pad Response status codes to three digits
2016-04-05 05:57:00 +00:00
serve_test.go
net/http: fix data race with concurrent use of Server.Serve
2016-07-27 05:43:36 +00:00
server.go
net/http: fix data race with concurrent use of Server.Serve
2016-07-27 05:43:36 +00:00
sniff_test.go
net/http: add more audio/video mime sniffing
2016-03-26 08:58:57 +00:00
sniff.go
net/http: add more audio/video mime sniffing
2016-03-26 08:58:57 +00:00
status.go
net/http: add missing HTTP status codes
2016-05-25 23:27:21 +00:00
transfer_test.go
transfer.go
all: rename vendored golang.org/x/net packages to golang_org
2016-07-13 18:35:40 +00:00
transport_internal_test.go
net/http: make Transport.RoundTrip return raw Conn.Read error on peek failure
2016-07-26 05:28:06 +00:00
transport_test.go
net/http: make Transport.RoundTrip return raw Conn.Read error on peek failure
2016-07-26 05:28:06 +00:00
transport.go
net/http: make Transport.RoundTrip return raw Conn.Read error on peek failure
2016-07-26 05:28:06 +00:00
triv.go