Path to this page:
Subject: CVS commit: pkgsrc/www/cpp-httplib
From: Thomas Klausner
Date: 2024-05-19 17:45:48
Message id: 20240519154548.917D5FA2C@cvs.NetBSD.org
Log Message:
www/cpp-httplib: import cpp-httplib-0.15.3
A C++11 single-file header-only cross platform HTTP/HTTPS library.
It's extremely easy to setup. Just include the **httplib.h** file
in your code!
NOTE: This library uses 'blocking' socket I/O. If you are looking
for a library with 'non-blocking' socket I/O, this is not the one
that you want.
Files: