Commit Graph

7 Commits

Author SHA1 Message Date
tastytea f09f01e220
Add readme and license. 2020-11-08 15:08:31 +01:00
tastytea d57e1c5cef
Revert to ASCII-only case insensitivity for get_header().
boost::regex doesn't respected locale.
2020-11-08 14:35:09 +01:00
tastytea dbfee4c2bd
Test get_header() with umlauts. 2020-11-08 01:24:59 +01:00
tastytea 63a14867c3
Add new type answer to hold status, headers and body of a request. 2020-11-07 23:50:44 +01:00
tastytea 4a64bd5300
Initialize http_status, check curl_easy_getinfo(). 2020-11-07 23:44:27 +01:00
tastytea 4624d407f2
Add HEAD to switch in make_http_request(). 2020-11-07 23:44:04 +01:00
tastytea 0173093d3d
Initial commit.
Seems to work.
2020-11-03 22:53:20 +01:00