From cb03a0e95429cc0d498e77fd50241c87fd2bf3ea Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 15 Jun 2004 20:05:54 +0000 Subject: [PATCH] Starting to change HTTP manual. --- doc/http.html | 6 +++--- 1 file 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,

The module exports functions that provide HTTP functionality in different -levels of abstraction, from a simple get, to the generic, stream oriented -request_cb. +levels of abstraction, from the simple get function to the generic, LTN12 based request function.