cpp-httplib
C++ HTTP/HTTPS server and client library
cpp-httplib is a C++11 single-file cross platform blocking HTTP/HTTPS library, easy to setup. It can also be used as a single-header library.
- Versions: 0.20.0
- Website: https://github.com/yhirose/cpp-httplib
- Licenses: Expat
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cpp-httplib
as follows:
guix install cpp-httplib
Or install a particular version:
guix install cpp-httplib@0.20.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of cpp-httplib about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cpp-httplib'><img src='https://packages.guix.gnu.org/packages/cpp-httplib/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cpp-httplib)
Example Org:
[[https://packages.guix.gnu.org/packages/cpp-httplib][https://packages.guix.gnu.org/packages/cpp-httplib/badges/latest-version.svg]]