apreq2-config
generic Apache request library - development files
Install
- All systems
-
curl cmd.cat/apreq2-config.sh
- Debian
-
apt-get install libapreq2-dev
- Ubuntu
-
apt-get install libapreq2-dev
- Kali Linux
-
apt-get install libapreq2-dev
- Fedora
-
dnf install libapreq2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libapreq2-dev
- Raspbian
-
apt-get install libapreq2-dev
- Dockerfile
- dockerfile.run/apreq2-config
libapreq2-dev
generic Apache request library - development files
The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies This package contains the development library and C headers required for compiling programs against the library.