From aa3d23fbd8736c77ed386a85c21e8b979cf529ad Mon Sep 17 00:00:00 2001 From: chandrusf Date: Thu, 5 May 2005 23:37:36 +0000 Subject: [PATCH] Added PUT, DELETE and TRACE --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8d1e2a1..7226b6c 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ -$Id: README,v 1.1 2005/05/05 22:28:27 chandrusf Exp $ +$Id: README,v 1.2 2005/05/05 23:37:36 chandrusf Exp $ ibrowse is a HTTP client. The following are a list of features. - RFC2616 compliant (AFAIK) - - supports GET, POST, OPTIONS and HEAD only + - supports GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE only - Understands HTTP/0.9, HTTP/1.0 and HTTP/1.1 - Understands chunked encoding - Named pools of connections to each webserver