1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:21:21 -06:00
go/src/pkg/http
Brad Fitzpatrick fbab1f1bad http: support HTTP/1.0 Keep-Alive
R=rsc, bradfitz1
CC=golang-dev
https://golang.org/cl/2261042
2010-09-27 21:55:04 -04:00
..
pprof build: no required environment variables 2010-08-18 10:08:49 -04:00
chunked.go Significant extension to http.Response, which now adheres to the 2010-01-18 21:46:59 -08:00
client_test.go http: client_test nil pointer fix 2010-06-30 18:57:27 +10:00
client.go http: correct escaping of different parts of URL 2010-09-27 21:54:04 -04:00
dump.go http: add DumpRequest, DumpResponse, for debugging 2010-02-19 07:51:51 -08:00
fs.go http: add Date to server, Last-Modified and If-Modified-Since to file server 2010-09-02 14:21:11 -04:00
lex_test.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
lex.go single argument panic 2010-03-30 10:34:57 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
persist.go http: add Pending method to ServerConn, ClientConn 2010-02-19 08:21:21 -08:00
readrequest_test.go http: correct escaping of different parts of URL 2010-09-27 21:54:04 -04:00
request_test.go http: fix redirect test for international users 2010-09-23 10:40:07 +10:00
request.go http: support HTTP/1.0 Keep-Alive 2010-09-27 21:55:04 -04:00
requestwrite_test.go http: correct escaping of different parts of URL 2010-09-27 21:54:04 -04:00
response_test.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
response.go simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
responsewrite_test.go http/transferWriter: Write body when content length unknown 2010-07-19 14:05:27 +10:00
server.go http: support HTTP/1.0 Keep-Alive 2010-09-27 21:55:04 -04:00
status.go gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
transfer.go http: support HTTP/1.0 Keep-Alive 2010-09-27 21:55:04 -04:00
triv.go http: add Date to server, Last-Modified and If-Modified-Since to file server 2010-09-02 14:21:11 -04:00
url_test.go http: correct escaping of different parts of URL 2010-09-27 21:54:04 -04:00
url.go http: correct escaping of different parts of URL 2010-09-27 21:54:04 -04:00