wok view neon/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
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