From 4ebb38604d2217093acdc660f25b99611b8388f5 Mon Sep 17 00:00:00 2001 From: chandrusf Date: Thu, 8 Dec 2005 12:05:48 +0000 Subject: [PATCH] Added ability to generate Chunked requests (see option transfer_encoding in doc). --- doc/ibrowse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ibrowse.html b/doc/ibrowse.html index a7fd963..b10c0cf 100644 --- a/doc/ibrowse.html +++ b/doc/ibrowse.html @@ -146,7 +146,7 @@ The ibrowse application implements an HTTP 1.1 client. This

send_req/5

-

send_req(Url::string(), Headers::headerList(), Method::method(), Body::body(), Options::optionList()) -> response()

+

send_req(Url::string(), Headers::headerList(), Method::method(), Body::body(), Options::optionList()) -> response()

Same as send_req/4. For a description of SSL Options, look in the ssl manpage. If the HTTP Version to use is not specified, the default is 1.1