Martin Prikryl 9d7f8f521e Updating neon version to 0.37.1 4 tuần trước cách đây
..
doc fae0318289 neon 0.37.1 3 tuần trước cách đây
macros 88ae9107b3 Merge branch 'thirdparty_dev' into dev 3 tuần trước cách đây
po fae0318289 neon 0.37.1 3 tuần trước cách đây
src 9d7f8f521e Updating neon version to 0.37.1 3 tuần trước cách đây
.package 2e4b4738f0 5.2 8 năm trước cách đây
.release.sh 1b15761acd neon 0.32.1 4 năm trước cách đây
.version fae0318289 neon 0.37.1 3 tuần trước cách đây
AUTHORS 2e4b4738f0 5.2 8 năm trước cách đây
INSTALL.win32 2e4b4738f0 5.2 8 năm trước cách đây
Makefile.bcb a5721fb0fc Updating neon 0.37.0 for WinSCP 1 tháng trước cách đây
Makefile.in 05ece8ad5a neon 0.36.0 4 tháng trước cách đây
NEWS fae0318289 neon 0.37.1 3 tuần trước cách đây
README.md 4417ba0edc neon 0.35.0 9 tháng trước cách đây
THANKS 2e4b4738f0 5.2 8 năm trước cách đây
TODO 2e4b4738f0 5.2 8 năm trước cách đây
aclocal.m4 05ece8ad5a neon 0.36.0 4 tháng trước cách đây
autogen.sh 4417ba0edc neon 0.35.0 9 tháng trước cách đây
config.guess 4417ba0edc neon 0.35.0 9 tháng trước cách đây
config.h.in e883e08efd neon 0.37.0 1 tháng trước cách đây
config.hw fae0318289 neon 0.37.1 3 tuần trước cách đây
config.hw.in 99e2a1d6d3 neon 0.34.0 1 năm trước cách đây
config.sub 4417ba0edc neon 0.35.0 9 tháng trước cách đây
configure fae0318289 neon 0.37.1 3 tuần trước cách đây
configure.ac e883e08efd neon 0.37.0 1 tháng trước cách đây
install-sh 4417ba0edc neon 0.35.0 9 tháng trước cách đây
ltmain.sh 4417ba0edc neon 0.35.0 9 tháng trước cách đây
neon-config.in e883e08efd neon 0.37.0 1 tháng trước cách đây
neon.mak c9e32d665b neon 0.32.4 3 năm trước cách đây
neon.pc.in 5a9d22512f 5.6.2 8 năm trước cách đây

README.md

Build and test

neon

neon is an HTTP and WebDAV client library, with a C language API.

GitHub: https://github.com/notroj/neon | Web: https://notroj.github.io/neon/

The neon API and ABI are stable and maintain backwards compatibility since 0.27 through to 1.0.0. From neon 1.0.0 onwards, semantic versioning will be used. https://semver.org/

Features:

  • High-level interface to HTTP and WebDAV methods.
  • Low-level interface to HTTP request handling, to allow implementing new methods easily.
  • Persistent connection support (HTTP/1.1 and HTTP/1.0 aware)
  • Basic and Digest authentication (RFC 7616/7617, including SHA-2, userhash)
  • Kerberos (Negotiate) and SSPI/NTLM authentication (Unix and Windows)
  • HTTP and SOCKS (v4/5) proxy support (including authentication)
  • SSL/TLS support using OpenSSL or GnuTLS (client certs via files or PKCS#11)
  • Generic WebDAV 207 XML response handling mechanism
  • XML parsing using expat or libxml2
  • Easy generation of error messages from 207 error responses
  • Basic HTTP/1.1 methods: GET, PUT, HEAD, OPTIONS, conditional PUT
  • WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
  • WebDAV metadata support: set and remove properties (PROPPATCH), query any set of properties (PROPFIND).
  • WebDAV locking and ACL (RFC 3744) support
  • Autoconf macros supplied for easily embedding neon directly inside an application source tree.

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.

The neon library source code is licensed under the GNU Library GPL; see src/COPYING.LIB for full details. The manual and test suite are licensed under the terms of the GNU GPL; see test/COPYING for terms. The autoconf macros in the "macros" directory are under a less restrictive license, see each file for details.

neon is Copyright (C) 1999-2025 Joe Orton
Portions are:
Copyright (C) Aleix Conchillo Flaque
Copyright (C) Arfrever Frehtes Taifersar Arahesis
Copyright (C) Arun Garg
Copyright (C) Daniel Stenberg
Copyright (C) Free Software Foundation, Inc.
Copyright (C) Henrik Holst
Copyright (C) Jiang Lei
Copyright (C) Kai Sommerfeld
Copyright (C) Karl Ove Hufthammer.
Copyright (C) Michael Sobolev
Copyright (C) Nobuyuki Tsuchimura
Copyright (C) Sylvain Glaize
Copyright (C) Temuri Doghonadze
Copyright (C) Thomas Schultz
Copyright (C) Vladimir Berezniker
Copyright (C) Yves Martin