wok-current diff neon/description.txt @ rev 25627
Patch sundown to use new gcc
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 19:37:09 2023 +0000 (16 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/neon/description.txt Mon Sep 04 19:37:09 2023 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +Neon is an HTTP/1.1 and WebDAV client library, with a C interface. 1.5 + 1.6 +Features: 1.7 + 1.8 +- High-level wrappers for common HTTP and WebDAV operations 1.9 + (GET, MOVE, DELETE, etc) 1.10 + Low-level interface to the HTTP request/response engine, 1.11 + allowing the use of arbitrary HTTP methods, headers, etc. 1.12 +- Authentication support including Basic and Digest support, 1.13 + along with GSSAPI-based Negotiate on Unix, and SSPI-based 1.14 + Negotiate/NTLM on Win32 1.15 +- SSL/TLS support using OpenSSL or GnuTLS; 1.16 + exposing an abstraction layer for verifying server certificates, 1.17 + handling client certificates, and examining certificate properties. 1.18 +- Smartcard-based client certificates are also supported via a 1.19 + PKCS#11 wrapper interface 1.20 +- Abstract interface to parsing XML using libxml2 or expat, 1.21 + and wrappers for simplifying handling XML HTTP response bodies 1.22 +- WebDAV metadata support; 1.23 + wrappers for PROPFIND and PROPPATCH to simplify property manipulation 1.24 +