index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
http
/
request.go
Age
Commit message (
Expand
)
Author
2011-11-03
net: renamings
Rob Pike
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-10-24
http: add package comment
Brad Fitzpatrick
2011-10-14
http: RoundTrippers shouldn't mutate Request
Brad Fitzpatrick
2011-10-12
http: remove Request.RawURL
Brad Fitzpatrick
2011-09-19
http: prevent DumpRequest from adding implicit headers
Brad Fitzpatrick
2011-09-15
http: MaxBytesReader doc cleanups
Brad Fitzpatrick
2011-09-15
http: fix WriteProxy documentation
Brad Fitzpatrick
2011-08-23
http: add MaxBytesReader to limit request body size
Brad Fitzpatrick
2011-08-18
mime: ParseMediaType returns os.Error now, not a nil map
Brad Fitzpatrick
2011-08-18
http: remove a TODO due to new behavior of nil maps
Rob Pike
2011-08-17
url: new package
Rob Pike
2011-08-10
http: fix ParseMultipartForm after MultipartReader error
Brad Fitzpatrick
2011-07-27
container/vector: removed some uses of container/vector in other pkgs
John Asmuth
2011-07-21
undo CL 4808044 / 1bd754e69ce7
Russ Cox
2011-07-21
http: do not parse req.URL for CONNECT
Yasuhiro Matsumoto
2011-06-29
http: make NewChunkedReader public
Andrew Balholm
2011-06-28
strings.Split: make the default to split all.
Rob Pike
2011-06-24
http: better handling of 0-length Request.Body
Brad Fitzpatrick
2011-06-23
http: buffer Request.Write
Brad Fitzpatrick
2011-06-22
os.Error API: don't export os.ErrorString, use os.NewError consistently
Robert Griesemer
2011-06-16
http: make Headers be source of truth
Brad Fitzpatrick
2011-06-16
mime/multipart: convert Reader from interface to struct
Brad Fitzpatrick
2011-06-08
http: fix handling of 0-lengthed http requests
Brad Fitzpatrick
2011-06-08
http: change most map[string][]string types to new Values type
Brad Fitzpatrick
2011-05-31
http: have client set Content-Length when possible
Brad Fitzpatrick
2011-05-25
encoding/base64: add DecodeString and EncodeToString
Brad Fitzpatrick
2011-05-20
http: include Host header in requests, even with proxies
Brad Fitzpatrick
2011-05-13
http: add Request.SetBasicAuth method
Brad Fitzpatrick
2011-05-03
http: fix FormFile nil pointer dereference on missing multipart form
Andrew Gerrand
2011-04-28
http: add Header.Write method
Evan Shaw
2011-04-28
http: add MultipartForm, FormFile, and ParseMultipartForm to Request
Andrew Gerrand
2011-04-27
http: put a limit on POST size
Brad Fitzpatrick
2011-04-21
http: clarify docs on Request HTTP version
Brad Fitzpatrick
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-14
http: add NewRequest helper
Brad Fitzpatrick
2011-03-10
http: move RemoteAddr & UsingTLS from ResponseWriter to Request
Brad Fitzpatrick
2011-03-06
http: use Header type consistently
Russ Cox
2011-03-06
http: add cookie support
Petar Maymounkov
2011-03-05
http: fix, use WriteProxy
Russ Cox
2011-03-02
http: give ParseHTTPVersion a real example.
David Symonds
2011-03-01
http: export parseHTTPVersion.
David Symonds
2011-02-23
http: introduce Header type, implement with net/textproto
Petar Maymounkov
2011-02-17
http: send full URL in proxy requests
Russ Cox
2011-01-14
http: fix scheme-relative URL parsing; add ParseRequestURL
Brad Fitzpatrick
2010-11-01
strings: Contains
Brad Fitzpatrick
2010-10-06
http: return the correct error if a header line is too long.
Stephen Ma
2010-09-27
http: support HTTP/1.0 Keep-Alive
Brad Fitzpatrick
2010-09-27
http: correct escaping of different parts of URL
Russ Cox
2010-09-22
http: don't always escape all reserved chars (fix build)
Andrew Gerrand
[next]