Fix broken asciidoc section
authorRyan Dahl <ry@tinyclouds.org>
Sat, 12 Sep 2009 17:14:16 +0000 (19:14 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 12 Sep 2009 17:14:16 +0000 (19:14 +0200)
doc/api.html
doc/api.txt
doc/node.1

index 1388328..5483bc8 100644 (file)
@@ -883,10 +883,11 @@ on error: no parameters.
 </dt>\r
 <dd>\r
 <p>\r
-=== HTTP\r
+&#8230;\r
 </p>\r
 </dd>\r
 </dl></div>\r
+<h3 id="_http">HTTP</h3><div style="clear:left"></div>\r
 <div class="paragraph"><p>The HTTP interfaces in Node are designed to support many features\r
 of the protocol which have been traditionally difficult to use.\r
 In particular, large, possibly chunk-encoded, messages. The interface is\r
@@ -1862,7 +1863,7 @@ init (Handle&lt;Object&gt; target)
 <div id="footer">\r
 <div id="footer-text">\r
 Version 0.1.10<br />\r
-Last updated 2009-09-12 13:07:32 CEST\r
+Last updated 2009-09-12 19:12:41 CEST\r
 </div>\r
 </div>\r
 </body>\r
index 7d603ad..0c46f51 100644 (file)
@@ -534,7 +534,9 @@ Objects returned from +node.fs.stat()+ are of this type.
 
 +stats.isFIFO()+::
 
-+stats.isSocket()+::
++stats.isSocket()+:: ...
+
+
 
 === HTTP
 
index 50cba93..3dfc899 100644 (file)
@@ -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