rpm/neon
jbj f8cf4fc4a9 Orphans.
CVS patchset: 6639
CVS date: 2003/02/28 19:42:36
2003-02-28 19:42:36 +00:00
..
doc Initial revision 2003-02-28 19:23:24 +00:00
example Initial revision 2003-02-28 19:23:24 +00:00
lib Initial revision 2003-02-28 19:23:24 +00:00
macros Initial revision 2003-02-28 19:23:24 +00:00
src Initial revision 2003-02-28 19:23:24 +00:00
test Initial revision 2003-02-28 19:23:24 +00:00
tools Initial revision 2003-02-28 19:23:24 +00:00
.cvsignore Initial revision 2003-02-28 19:23:24 +00:00
.package Initial revision 2003-02-28 19:23:24 +00:00
.release.sh Initial revision 2003-02-28 19:23:24 +00:00
.version Orphan. 2003-02-28 19:38:25 +00:00
AUTHORS Initial revision 2003-02-28 19:23:24 +00:00
BUGS Initial revision 2003-02-28 19:23:24 +00:00
COPYING Initial revision 2003-02-28 19:32:06 +00:00
ChangeLog Initial revision 2003-02-28 19:23:24 +00:00
INSTALL.win32 Initial revision 2003-02-28 19:23:24 +00:00
Makefile.in Initial revision 2003-02-28 19:23:24 +00:00
NEWS Initial revision 2003-02-28 19:23:24 +00:00
README Initial revision 2003-02-28 19:23:24 +00:00
THANKS Initial revision 2003-02-28 19:23:24 +00:00
TODO Initial revision 2003-02-28 19:23:24 +00:00
autogen.sh Initial revision 2003-02-28 19:23:24 +00:00
config.hw.in Initial revision 2003-02-28 19:23:24 +00:00
configure.in Initial revision 2003-02-28 19:23:24 +00:00
install-sh Initial revision 2003-02-28 19:23:24 +00:00
ltconfig Initial revision 2003-02-28 19:23:24 +00:00
ltmain.sh Initial revision 2003-02-28 19:23:24 +00:00
neon-config.in Initial revision 2003-02-28 19:23:24 +00:00
neon.dsp Initial revision 2003-02-28 19:23:24 +00:00
neon.dsw Initial revision 2003-02-28 19:23:24 +00:00
neon.mak Initial revision 2003-02-28 19:23:24 +00:00

README

neon is an HTTP and WebDAV client library.

Current features:

 - High-level interface to HTTP and WebDAV methods.
 - Low-level interface to HTTP request handling, to allow implementing
   new methods easily.
 - Persistent connection support (HTTP/1.1 and HTTP/1.0 aware)
 - Basic and digest authentication (RFC2617) (including auth-int, md5-sess)
 - Proxy support (including basic/digest authentication)
 - Generic WebDAV 207 XML response handling mechanism
 - XML parsing using expat or libxml parser
 - Easy generation of error messages from 207 error responses
 - Basic HTTP/1.1 methods: GET, PUT, HEAD, OPTIONS, conditional PUT
 - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
 - WebDAV metadata support: set and remove properties (PROPPATCH), query
   any set of properties (PROPFIND).

Provides lower-level interfaces to directly implement new HTTP
methods, and higher-level interfaces so that you don't have to
worry about the lower-level stuff.

Joe Orton
<joe@orton.demon.co.uk>