Ryan Dahl
|
f623fd7658
|
Normalize HTTP headers.
"Content-Length" becomes "content-length".
|
2009-10-07 16:56:19 +02:00 |
Ryan Dahl
|
522909bcbf
|
Parse queryString into req.uri.params
|
2009-10-05 14:52:26 +02:00 |
Ryan Dahl
|
e2b7902469
|
Don't use parseUri for HTTP server
The big parseUri RE was showing up often in profiles - this is simpler and
yields better performance by taking advantage of the C http parser.
|
2009-10-04 12:19:01 +02:00 |
Ryan Dahl
|
7b337096c9
|
Add a third argument to http.cat to specify req headers.
|
2009-09-30 11:55:03 +02:00 |
isaacs
|
45f5402446
|
Pass the Host header in http.cat calls, if it was specified in the URL passed to http.cat.
|
2009-09-29 16:38:07 -07:00 |
Ryan Dahl
|
cda659a8c8
|
Camel-case all http events
|
2009-09-29 18:06:14 +02:00 |
Ryan Dahl
|
f6657c3c9d
|
Move http library to /http.js
|
2009-09-28 12:36:36 +02:00 |