wok view neon/description.txt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents
children
line source
1 Neon is an HTTP/1.1 and WebDAV client library, with a C interface.
3 Features:
5 - High-level wrappers for common HTTP and WebDAV operations
6 (GET, MOVE, DELETE, etc)
7 Low-level interface to the HTTP request/response engine,
8 allowing the use of arbitrary HTTP methods, headers, etc.
9 - Authentication support including Basic and Digest support,
10 along with GSSAPI-based Negotiate on Unix, and SSPI-based
11 Negotiate/NTLM on Win32
12 - SSL/TLS support using OpenSSL or GnuTLS;
13 exposing an abstraction layer for verifying server certificates,
14 handling client certificates, and examining certificate properties.
15 - Smartcard-based client certificates are also supported via a
16 PKCS#11 wrapper interface
17 - Abstract interface to parsing XML using libxml2 or expat,
18 and wrappers for simplifying handling XML HTTP response bodies
19 - WebDAV metadata support;
20 wrappers for PROPFIND and PROPPATCH to simplify property manipulation