Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(702)

Side by Side Diff: src/pkg/net/http/Makefile

Issue 5399043: code review 5399043: net/http: Added interface for a cookie jar. (Closed)
Patch Set: diff -r 6cfb9f2415fa https://go.googlecode.com/hg/ Created 13 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/pkg/net/http/client.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | src/pkg/net/http/client.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b