go/src/pkg/net/http
Russ Cox 220a6de47e build: adjustments for move from src/pkg to src
This CL adjusts code referring to src/pkg to refer to src.

Immediately after submitting this CL, I will submit
a change doing 'hg mv src/pkg/* src'.
That change will be too large to review with Rietveld
but will contain only the 'hg mv'.

This CL will break the build.
The followup 'hg mv' will fix it.

For more about the move, see golang.org/s/go14nopkg.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/134570043
2014-09-08 00:06:45 -04:00
..
cgi build: make nacl pass 2014-05-20 12:10:19 -04:00
cookiejar
fcgi
httptest build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
httputil net/http/httputil: Pass a Logger to ReverseProxy, allowing the user to control logging. 2014-08-21 10:16:34 -07:00
internal net/http: create internal pkg, unify two chunked.go files 2014-07-21 12:18:14 -07:00
pprof
testdata
client.go
client_test.go
cookie.go
cookie_test.go
doc.go
example_test.go
export_test.go net/http: fix data race in test 2014-08-25 21:50:42 -07:00
filetransport.go
filetransport_test.go
fs.go net/http: fix typo in comment 2014-09-01 12:03:23 +10:00
fs_test.go net/http: make ServeContent support dates in If-Range headers 2014-07-27 23:30:53 -07:00
header.go
header_test.go
jar.go
lex.go
lex_test.go
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go net/http: populate Request.Close in ReadRequest 2014-08-25 11:44:08 -07:00
request.go net/http: add BasicAuth method to *http.Request 2014-08-29 22:19:30 -07:00
request_test.go net/http: add BasicAuth method to *http.Request 2014-08-29 22:19:30 -07:00
requestwrite_test.go net/http: correct error message for incorrect Body length 2014-08-18 20:40:12 -07:00
response.go net/http: fix double Content-Length in response 2014-06-10 16:52:37 -07:00
response_test.go net/http: create internal pkg, unify two chunked.go files 2014-07-21 12:18:14 -07:00
responsewrite_test.go net/http: fix double Content-Length in response 2014-06-10 16:52:37 -07:00
serve_test.go net/http: fix TimeoutHandler data races; hold lock longer 2014-08-19 18:45:05 -07:00
server.go net/http: fix TimeoutHandler data races; hold lock longer 2014-08-19 18:45:05 -07:00
sniff.go
sniff_test.go
status.go
transfer.go net/http: populate Request.Close in ReadRequest 2014-08-25 11:44:08 -07:00
transfer_test.go
transport.go net/http: add Transport.DialTLS hook 2014-09-07 20:48:40 -07:00
transport_test.go net/http: add Transport.DialTLS hook 2014-09-07 20:48:40 -07:00
triv.go
z_last_test.go