[ 源代码: neon27 ]
软件包:libneon27(0.30.2-3)
HTTP and WebDAV client library
neon is an HTTP and WebDAV client library, with a C language API.
WARNING: THE NEON API IS NOT YET STABLE.
Provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff.
Current features:
* 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. * persistent connections * RFC2617 basic and digest authentication (including auth-int, md5-sess) * Proxy support (including basic/digest authentication) * SSL/TLS support using OpenSSL (including client certificate and thread safety support) * 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 ofi properties (PROPPATCH/PROPFIND). * autoconf macros supplied for easily embedding neon directly inside an application source tree.
其他与 libneon27 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libcom-err2 (>= 1.43.9)
- 通用错误描述库
-
- dep: libgssapi-krb5-2 (>= 1.17)
- MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
-
- dep: libk5crypto3 (>= 1.6.dfsg.2)
- MIT Kerberos 运行库 - 加密库
-
- dep: libkrb5-3 (>= 1.6.dfsg.2)
- MIT Kerberos runtime libraries
-
- dep: libssl1.1 (>= 1.1.1)
- 安全套接字层工具箱 - 共享库
-
- dep: libxml2 (>= 2.7.4)
- GNOME XML 库
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时