diff --git a/doc/api.html b/doc/api.html index 1388328a83..5483bc8582 100644 --- a/doc/api.html +++ b/doc/api.html @@ -883,10 +883,11 @@ on error: no parameters.

-=== HTTP +…

+

HTTP

The HTTP interfaces in Node are designed to support many features of the protocol which have been traditionally difficult to use. In particular, large, possibly chunk-encoded, messages. The interface is @@ -1862,7 +1863,7 @@ init (Handle<Object> target)

diff --git a/doc/api.txt b/doc/api.txt index 7d603adda6..0c46f5160d 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -534,7 +534,9 @@ Objects returned from +node.fs.stat()+ are of this type. +stats.isFIFO()+:: -+stats.isSocket()+:: ++stats.isSocket()+:: ... + + === HTTP diff --git a/doc/node.1 b/doc/node.1 index 50cba93d7a..3dfc899f25 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -780,8 +780,10 @@ Objects returned from node\.fs\.stat() are of this type\. .PP stats\.isFile(), stats\.isDirectory(), stats\.isBlockDevice(), stats\.isCharacterDevice(), stats\.isSymbolicLink(), stats\.isFIFO(), stats\.isSocket() .RS 4 -=== HTTP +\&... .RE +.RE +.SS "HTTP" The HTTP interfaces in Node are designed to support many features of the protocol which have been traditionally difficult to use\. In particular, large, possibly chunk\-encoded, messages\. The interface is careful to never buffer entire requests or responses\(emthe user is able to stream data\. .sp HTTP message headers are represented by an object like this @@ -798,7 +800,6 @@ HTTP message headers are represented by an object like this .RE In order to support the full spectrum of possible HTTP applications, Node\(cqs HTTP API is very low\-level\. It deals with connection handling and message parsing only\. It parses a message into headers and body but it does not parse the actual headers or the body\. That means, for example, that Node does not, and will never, provide API to access or manipulate Cookies or multi\-part bodies\. \fIThis is left to the user\.\fR .sp -.RE .sp .it 1 an-trap .nr an-no-space-flag 1