Onion is a WebDAV C++ client library for Win32/UNIX/MacOS.

It enables C++ programs to communicate with WebDAV servers via an easy-to-use 
API while giving programs as much control over the process as possible.
Onion provides:
  - All HTTP/DAV methods defined by RFC 2518
  - Automatic utf8 transcoding for URIs (according to RFC2518)
  - customizable XML request-body-generation / response-body-parse 
    capability via the Apache XML parser Xerces-c 
    [http://xml.apache.org/xerces-c/]
  - secure connections with OpenSSL[http://www.openssl.org/]
  - HTTP compression with zlib [http://www.zlib.org]
  - customizable  config for HTTP response handling which enables program 
    to handle different types of servers at the same time, greatly increased
    interoperability.
 
The work of onion is based on, and inspired by Joe Orton's WebDAV C library
"neon" [http://www.webdav.org/neon/].

check INSTALL in the same directory for installation instructions.

