Package
libneon27Version
0.30.1-3build1Priority
optionalSection
libsSource
neon27Origin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Laszlo Boszormenyi (GCS) <gcs@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
279 kBDepends
libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.10+dfsg~), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)Homepage
http://www.webdav.org/neon/Supported
9mDownload Size
93.9 kBAPT Manual Installed
yesAPT Sources
http://archive.ubuntu.com/ubuntu xenial/main amd64 PackagesDescription
HTTP and WebDAV client libraryneon is an HTTP and WebDAV client library, with a C language API.
.
WARNING: THE NEON API IS NOT YET STABLE.
.
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.
.
Current features:
* High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.)
* Low-level interface to HTTP request handling, to allow implementing
new methods easily.
* persistent connections
* RFC2617 basic and digest authentication (including auth-int, md5-sess)
* Proxy support (including basic/digest authentication)
* SSL/TLS support using OpenSSL (including client certificate and thread
safety support)
* Generic WebDAV 207 XML response handling mechanism
* XML parsing using the expat or libxml parsers
* Easy generation of error messages from 207 error responses
* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
* WebDAV metadata support: set and remove properties, query any set ofi
properties (PROPPATCH/PROPFIND).
* autoconf macros supplied for easily embedding neon directly inside an
application source tree.