|
c2eff2b09e
|
Print remaining content of the stream in debug mode.
|
2019-04-10 21:12:13 +02:00 |
|
|
031c0c3e22
|
Catch path by value in request_stream().
|
2019-04-10 21:04:04 +02:00 |
|
|
09ecd8e5e4
|
Report errors with get_stream() in-stream.
|
2019-04-10 20:52:36 +02:00 |
|
|
bde8d11706
|
Revamped streams.
|
2019-04-10 02:25:55 +02:00 |
|
|
ccedfba4af
|
Added GET_STREAM to switch in http::request().
|
2019-04-09 21:58:02 +02:00 |
|
|
6a01efc6aa
|
Moved API::http::method to http_method.
|
2019-04-05 14:40:54 +02:00 |
|
|
57ec1fd23a
|
Cleaned up whitespace.
|
2019-03-30 22:14:58 +01:00 |
|
|
9f21c5811a
|
Changed error codes for curlpp errors.
|
2019-03-02 11:53:02 +01:00 |
|
|
cbb1e18b0c
|
Replaced return types for get_stream, patch, post, put, del
|
2019-02-22 12:36:03 +01:00 |
|
|
e034dbc299
|
Replaced return codes in API::http.
|
2019-02-22 12:03:28 +01:00 |
|
|
c8baf41582
|
Renamed macros.hpp to debug.hpp.
|
2019-02-22 11:35:06 +01:00 |
|
|
318221a2e6
|
Changed uint_fast16_t to uint16_t and uint_fast64_t to uint64_t.
|
2019-02-22 08:29:54 +01:00 |
|
|
24687cba07
|
Removed deprecated code.
|
2019-02-22 08:23:26 +01:00 |
|
|
ee82d35357
|
Removed const where it has no effect.
|
2018-12-04 11:26:28 +01:00 |
|
|
e3c765ea5b
|
deleted useless debug statements
|
2018-10-08 01:45:46 +02:00 |
|
|
e372614068
|
Added error 16: Timeout
|
2018-10-08 01:33:09 +02:00 |
|
|
b9603587c5
|
Added proxy to get_stream()
|
2018-05-26 23:48:03 +02:00 |
|
|
86a614dd61
|
Added proxy support
|
2018-05-26 22:34:31 +02:00 |
|
|
d342edfd21
|
added http::callback_progress() to cancel transfers quicker and more reliably
|
2018-05-20 12:29:04 +02:00 |
|
|
273a92c4ab
|
Added mutex
|
2018-05-17 17:59:44 +02:00 |
|
|
56cfe7e2ce
|
replaced http::abort_stream() with http::cancel_stream()
|
2018-05-13 16:00:27 +02:00 |
|
|
53c8bb7b4c
|
remoced errors 20-25
|
2018-04-10 10:47:54 +02:00 |
|
|
bbdcf70efd
|
Added support for passing exceptions
|
2018-04-10 10:17:46 +02:00 |
|
|
a7b714259b
|
Added errors: SSL, timeout
|
2018-04-09 17:55:11 +02:00 |
|
|
62826f60cf
|
Fixed bug: answer contained the headers on HTTP error
|
2018-04-03 00:52:06 +02:00 |
|
|
69fd5138ee
|
added error 23
|
2018-04-02 02:29:39 +02:00 |
|
|
844fb2c577
|
Replaced uint16_t with uint_fast16_t, refactoring
|
2018-04-02 01:47:44 +02:00 |
|
|
cd87269b59
|
Don't send Connection: close for streaming requests
|
2018-03-15 12:45:49 +01:00 |
|
|
a9080f8cda
|
changed request_sync() to request()
|
2018-03-13 14:37:44 +01:00 |
|
|
c4a509c42e
|
semantic clarifications
|
2018-01-10 18:19:19 +01:00 |
|
|
be6fca69fe
|
The first GET requests are working.
|
2018-01-09 22:12:11 +01:00 |
|