mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Fix broken asciidoc section
This commit is contained in:
@@ -883,10 +883,11 @@ on error: no parameters.
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
=== HTTP
|
||||
…
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
<h3 id="_http">HTTP</h3><div style="clear:left"></div>
|
||||
<div class="paragraph"><p>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)
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Version 0.1.10<br />
|
||||
Last updated 2009-09-12 13:07:32 CEST
|
||||
Last updated 2009-09-12 19:12:41 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -534,7 +534,9 @@ Objects returned from +node.fs.stat()+ are of this type.
|
||||
|
||||
+stats.isFIFO()+::
|
||||
|
||||
+stats.isSocket()+::
|
||||
+stats.isSocket()+:: ...
|
||||
|
||||
|
||||
|
||||
=== HTTP
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user