diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 01:04:55 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 01:04:55 +0000 |
commit | 90c56e487bdd000baebab820305a0e245ac2bf9a (patch) | |
tree | 4bce1927ea47ac29e045f1919ec2c5fca7796b28 /www/neon29/pkg-descr | |
parent | a4aae2fa32d2ea685865300c1faa31c9d268ebd7 (diff) | |
download | ports-90c56e487bdd000baebab820305a0e245ac2bf9a.tar.gz ports-90c56e487bdd000baebab820305a0e245ac2bf9a.zip |
Notes
Diffstat (limited to 'www/neon29/pkg-descr')
-rw-r--r-- | www/neon29/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/neon29/pkg-descr b/www/neon29/pkg-descr new file mode 100644 index 000000000000..3f8647c6bcf3 --- /dev/null +++ b/www/neon29/pkg-descr @@ -0,0 +1,19 @@ +Neon is an HTTP and WebDAV client library for Unix systems, with a C +interface. Featuring: + + . 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. + . HTTP/1.1 and HTTP/1.0 persistent connections + . RFC2617 basic and digest authentication + (including auth-int, md5-sess) + . Proxy support (including basic/digest authentication) + . 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 of properties (PROPPATCH/PROPFIND). + +WWW: http://www.webdav.org/neon/ |