neon-config
the neon library
Install
- All systems
-
curl cmd.cat/neon-config.sh
- Debian
-
apt-get install libneon27-gnutls-dev
- Ubuntu
-
apt-get install libneon27-gnutls-dev
- Alpine
-
apk add neon
- Arch Linux
-
pacman -S neon
- Kali Linux
-
apt-get install libneon27-gnutls-dev
- CentOS
-
yum install neon-devel
- Fedora
-
dnf install neon-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libneon27-gnutls-dev
- OS X
-
brew install neon
- Raspbian
-
apt-get install libneon27-gnutls-dev
- Dockerfile
- dockerfile.run/neon-config
- Docker
-
docker run cmd.cat/neon-config neon-config
powered by Commando
neon-devel
the neon library
libneon27-dev
Header and static library files for libneon27
This package contains the headers and the static library for libneon27. Neon 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.
libneon27-gnutls-dev
Header and static library files for libneon27 (GnuTLS enabled)
This package contains the headers and the static library for libneon27-gnutls. Neon 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.
neon
neon is an HTTP and WebDAV client library, with a C interface;
providing a high-level interface to HTTP and WebDAV methods along with a low-level interface for HTTP request handling. neon supports persistent connections, proxy servers, basic, digest and Kerberos authentication, and has complete SSL support.