1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg/http
Bill Neubauer 41a2b21f26 Fixing HTTP POST handling to work with Chrome and Safari.
request.go does not handle Content-Type correctly for the definition of
Media Types.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7

R=rsc
APPROVED=rsc
DELTA=44  (42 added, 0 deleted, 2 changed)
OCL=35274
CL=35306
2009-10-03 11:09:01 -07:00
..
client_test.go unused imports 2009-09-17 10:27:04 -07:00
client.go unused imports 2009-09-17 10:27:04 -07:00
fs.go more "declared and not used". 2009-09-15 09:41:59 -07:00
Makefile convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
request_test.go Fixing HTTP POST handling to work with Chrome and Safari. 2009-10-03 11:09:01 -07:00
request.go Fixing HTTP POST handling to work with Chrome and Safari. 2009-10-03 11:09:01 -07:00
server.go more "declared and not used". 2009-09-15 09:41:59 -07:00
status.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
triv.go rename the public exvar package to be expvar. 2009-09-30 13:11:33 -07:00
url_test.go more "declared and not used". 2009-09-15 09:41:59 -07:00
url.go fix spelling that is correct but bothers me anyway 2009-08-19 10:07:31 -07:00