A module to play with HTTP requests, using cpp-httplib (MIT License).
Disclaimer: this module does not handle
- multipart/form-data POST requests
- content received with content receiver
- content sent with content receiver
- chunked transfer encoding
- digest authentication (needs OpenSSL and libcrypto for that)
Create a header map to use with the http client.