1 # Copyright 2009 The Go Authors. All rights reserved.
1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style
2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file.
3 # license that can be found in the LICENSE file.
4
4
5 include ../../../Make.inc
5 include ../../../Make.inc
6
6
7 TARG=net/http
7 TARG=net/http
8 GOFILES=\
8 GOFILES=\
9 chunked.go\
9 chunked.go\
10 client.go\
10 client.go\
11 cookie.go\
11 cookie.go\
12 filetransport.go\
12 filetransport.go\
13 fs.go\
13 fs.go\
14 header.go\
14 header.go\
15 jar.go\
15 lex.go\
16 lex.go\
16 request.go\
17 request.go\
17 response.go\
18 response.go\
18 server.go\
19 server.go\
19 sniff.go\
20 sniff.go\
20 status.go\
21 status.go\
21 transfer.go\
22 transfer.go\
22 transport.go\
23 transport.go\
23
24
24 include ../../../Make.pkg
25 include ../../../Make.pkg
OLD
NEW
« no previous file with comments
|
« no previous file
|
src/pkg/net/http/client.go » ('j')
|
no next file with comments »
Issue 5399043: code review 5399043: net/http: Added interface for a cookie jar.
(Closed)
Created 13 years, 4 months ago by volker.dobler
Modified 13 years, 2 months ago
Reviewers:
Base URL:
Comments: 42