Update of /cvsroot/jungerl/jungerl/lib/ibrowse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20412
Modified Files:
README
Log Message:
Added PUT, DELETE and TRACE
Index: README
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/ibrowse/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README 5 May 2005 22:28:27 -0000 1.1
+++ README 5 May 2005 23:37:36 -0000 1.2
@@ -2,7 +2,7 @@
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
|