diff options
-rw-r--r-- | doc/http.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/http.html b/doc/http.html index f82f515..16595f7 100644 --- a/doc/http.html +++ b/doc/http.html | |||
@@ -47,9 +47,9 @@ implementation conforms to the HTTP/1.1 standard, | |||
47 | 47 | ||
48 | <p> | 48 | <p> |
49 | The module exports functions that provide HTTP functionality in different | 49 | The module exports functions that provide HTTP functionality in different |
50 | levels of abstraction, from a simple <a | 50 | levels of abstraction, from the simple <a |
51 | href="#get"><tt>get</tt></a>, to the generic, stream oriented | 51 | href="#get"><tt>get</tt></a> function to the generic, LTN12 based <a |
52 | <a href="#request_cb"><tt>request_cb</tt></a>. | 52 | href="#request"><tt>request</tt></a> function. |
53 | </p> | 53 | </p> |
54 | 54 | ||
55 | <p> | 55 | <p> |