1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/cpr/pkg-descr
Po-Chuan Hsieh 912cb4e78b
www/cpr: Update to 1.7.2
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/libcpr/cpr/releases
2022-01-24 02:18:04 +08:00

10 lines
414 B
Plaintext

C++ Requests is a simple wrapper around libcurl inspired by the excellent Python
Requests project.
Despite its name, libcurl's easy interface is anything but, and making mistakes
misusing it is a common source of error and frustration. Using the more
expressive language facilities of C++11, this library captures the essence of
making network calls into a few concise idioms.
WWW: https://github.com/libcpr/cpr