mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
18 lines
779 B
Plaintext
18 lines
779 B
Plaintext
Neon is an HTTP and WebDAV client library for Unix systems, with a C
|
|
interface. Featuring:
|
|
|
|
. 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.
|
|
. HTTP/1.1 and HTTP/1.0 persistent connections
|
|
. RFC2617 basic and digest authentication
|
|
(including auth-int, md5-sess)
|
|
. Proxy support (including basic/digest authentication)
|
|
. 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 of properties (PROPPATCH/PROPFIND).
|