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