go/src/net/http
Dhaivat Pandit 57d4e57635 net/http/cookiejar: added simple example test
Fixes #16884
Updates #16360

Change-Id: I01563031a1c105e54499134eed4789f6219f41ec
Reviewed-on: https://go-review.googlesource.com/27993
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-09-09 03:47:00 +00:00
..
cgi net/http, net/http/cgi: fix for CGI + HTTP_PROXY security issue 2016-07-18 14:58:26 +00:00
cookiejar net/http/cookiejar: added simple example test 2016-09-09 03:47:00 +00:00
fcgi all: delete dead non-test code 2016-03-25 06:28:13 +00:00
httptest crypto/tls: add Config.Clone 2016-09-01 04:26:12 +00:00
httptrace net/http, cmd/compile: minor vet fixes 2016-08-25 21:21:59 +00:00
httputil net/http/httputil: remove custom hop-by-hop headers from response in ReverseProxy 2016-09-08 19:12:03 +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 build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
client.go net/http: stop timeout timer if user cancels a request 2016-08-30 02:06:07 +00:00
client_test.go net/http: if context is canceled, return its error 2016-08-23 05:31:45 +00:00
clientserver_test.go net/http: update bundled http2 2016-05-20 05:53:06 +00:00
cookie.go all: fix typos and spelling 2016-02-24 18:42:29 +00:00
cookie_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
doc.go net/http: document GODEBUG settings, update bundled http2 2016-01-08 00:56:28 +00:00
example_test.go net/http: add example for setting trailers in an Handler 2015-07-20 00:40:40 +00:00
export_test.go net/http: update bundled http2 2016-05-20 05:53:06 +00:00
filetransport.go all: single space after period. 2016-03-02 00:13:47 +00:00
filetransport_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
fs.go net/http: send Content-Range if no byte range overlaps 2016-08-25 17:52:35 +00:00
fs_test.go net/http: send Content-Range if no byte range overlaps 2016-08-25 17:52:35 +00:00
h2_bundle.go net/http: update bundled http2 for Transport double STREAM_ENDED error 2016-08-22 00:55:53 +00:00
header.go all: single space after period. 2016-03-02 00:13:47 +00:00
header_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
http.go all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
http_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
jar.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
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 net/http: fix Transport data race, double cancel panic, cancel error message 2015-04-20 20:34:43 +00:00
proxy_test.go net/http: fix test to check that requests to 'localhost' are not proxied 2015-02-10 03:01:30 +00:00
race.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
range_test.go net/http: send Content-Range if no byte range overlaps 2016-08-25 17:52:35 +00:00
readrequest_test.go net/http: allow Handlers to handle http2 upgrade PRI requests 2016-03-31 06:12:36 +00:00
request.go net/http: http.Request.Context doc fix 2016-06-02 05:25:46 +00:00
request_test.go net/http: make the MaxBytesReader.Read error sticky 2016-05-11 17:10:58 +00:00
requestwrite_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
response.go net/http: omit Content-Length in Response.Write for 1xx or 204 status 2016-09-01 21:10:22 +00:00
response_test.go net/http: add Response.Uncompressed bool 2016-05-01 06:29:57 +00:00
responsewrite_test.go net/http: omit Content-Length in Response.Write for 1xx or 204 status 2016-09-01 21:10:22 +00:00
serve_test.go all: use time.Until where applicable 2016-08-30 01:23:46 +00:00
server.go net/http: fix data race with concurrent use of Server.Serve 2016-07-27 05:43:36 +00:00
sniff.go net/http: add more audio/video mime sniffing 2016-03-26 08:58:57 +00:00
sniff_test.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.go net/http: use keyed composite literal 2016-08-16 14:37:02 +00:00
transfer_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
transport.go crypto/tls: add Config.Clone 2016-09-01 04:26:12 +00:00
transport_internal_test.go net/http: make Transport retry non-idempotent requests if no bytes written 2016-08-16 06:20:12 +00:00
transport_test.go net/http: fix ordering & data race in TestTransportEventTrace_h2 2016-08-30 18:26:45 +00:00
triv.go net/http: document that [ListenAnd]Serve always returns a non-nil error 2015-08-20 12:13:41 +00:00