Starting to change HTTP manual.

This commit is contained in:
Diego Nehab 2004-06-15 20:05:54 +00:00
parent 680473dd32
commit cb03a0e954

View File

@ -47,9 +47,9 @@ implementation conforms to the HTTP/1.1 standard,
<p>
The module exports functions that provide HTTP functionality in different
levels of abstraction, from a simple <a
href="#get"><tt>get</tt></a>, to the generic, stream oriented
<a href="#request_cb"><tt>request_cb</tt></a>.
levels of abstraction, from the simple <a
href="#get"><tt>get</tt></a> function to the generic, LTN12 based <a
href="#request"><tt>request</tt></a> function.
</p>
<p>