isaacs
|
e6c81bd679
|
http: provide access to raw headers/trailers
The format is [key,value,key,value,...] because that seems to have the
lowest overhead.
Close #4844
|
2013-08-15 13:57:23 -07:00 |
|
Ben Noordhuis
|
2669966e76
|
http: speed up callbacks, use array indices
Use array indices rather than named properties to store callbacks on
the HTTPParser object. Speeds up the http benchmarks by a few percent.
|
2013-08-14 18:08:04 +02:00 |
|
isaacs
|
967b5dbb45
|
http: Use streams3 directly, not .ondata/end
|
2013-08-08 13:01:09 -07:00 |
|
isaacs
|
896b2aa707
|
util: Add debuglog, deprecate console lookalikes
|
2013-05-21 16:39:50 -07:00 |
|
Timothy J Fontaine
|
6717fdccb4
|
http: move Server and ServerResponse out
|
2013-04-17 00:08:28 +02:00 |
|
Timothy J Fontaine
|
dc9f97b7b9
|
http: move OutgoingMessage into it's own file
|
2013-04-17 00:08:28 +02:00 |
|
Timothy J Fontaine
|
bb56489f21
|
http: move parsers into _http_common.js
|
2013-04-17 00:08:28 +02:00 |
|