BlackMATov
|
7f1d0fe672
|
update curl to 7.87.0
|
2023-01-07 08:58:51 +07:00 |
|
BlackMATov
|
5d62bc5905
|
new build scripts
|
2023-01-07 08:50:24 +07:00 |
|
BlackMATov
|
2a5f1ae4b8
|
Happy New Year 🥳
|
2023-01-07 07:00:11 +07:00 |
|
BlackMATov
|
8313f8e3f9
|
Happy New Year 🥳
|
2022-07-03 22:18:20 +07:00 |
|
BlackMATov
|
afdd9467ee
|
remove interface warning tuning
|
2022-07-03 21:52:12 +07:00 |
|
BlackMATov
|
f69b5ade2d
|
update curl to 7.78.0
|
2021-08-06 09:14:32 +07:00 |
|
BlackMATov
|
2394c842d3
|
move to github actions
|
2021-08-06 08:34:46 +07:00 |
|
BlackMATov
|
cf1a942bf1
|
get_all_pending_requests function #26
|
2021-02-01 10:33:31 +07:00 |
|
BlackMATov
|
1db3807b24
|
cancel_all_pending_requests function #26
|
2021-02-01 09:18:58 +07:00 |
|
BlackMATov
|
4dcf5dbc79
|
doctest instead catch
|
2021-01-12 20:53:16 +07:00 |
|
BlackMATov
|
d35917b9cd
|
Happy New Year 🥳
|
2021-01-12 19:58:58 +07:00 |
|
BlackMATov
|
2cfd0a3726
|
update curl to 7_73_0
|
2020-10-30 19:27:20 +07:00 |
|
BlackMATov
|
3f18442119
|
update copyrights
|
2020-10-29 22:33:08 +07:00 |
|
BlackMATov
|
c3319c0de6
|
fix some tests
|
2020-10-29 22:32:20 +07:00 |
|
|
|
26f06005cc
|
detailed error description #20
|
2019-07-16 19:17:04 +07:00 |
|
|
|
3a80cc4863
|
add query parameters example
|
2019-07-15 17:35:36 +07:00 |
|
|
|
e47fab74a3
|
add encoded query parameters #8
|
2019-07-15 15:38:18 +07:00 |
|
|
|
442807415b
|
add response_timeout test
|
2019-07-09 16:20:20 +07:00 |
|
|
|
80e74e4e9d
|
rename canceled to cancelled
|
2019-07-09 14:42:40 +07:00 |
|
|
|
fb124a2208
|
rename DELETE method to DEL
|
2019-07-07 15:15:34 +07:00 |
|
|
|
8f1dad571f
|
add progress information to request #13
|
2019-07-07 14:49:54 +07:00 |
|
|
|
f9507e73a2
|
add DELETE, PATCH and OPTIONS http methods #11
|
2019-07-07 13:06:04 +07:00 |
|
|
|
36518720d2
|
rename auto_performer to performer
|
2019-07-07 08:50:36 +07:00 |
|
|
|
4b9dae2f38
|
rename methods to http_method, statuses to req_status
|
2019-07-07 08:48:43 +07:00 |
|
|
|
320c1c2d6e
|
rename request::get to take
|
2019-07-07 08:38:44 +07:00 |
|
|
|
317cfe3bb9
|
add promises example
|
2019-07-02 04:11:48 +07:00 |
|
|
|
84ebbe9928
|
add promise.hpp to unit tests
|
2019-07-02 01:17:50 +07:00 |
|
|
|
e0f5be0fb3
|
first callback impl with tests
|
2019-07-01 01:53:18 +07:00 |
|
|
|
ee00b426b2
|
rename response_code to http_code
|
2019-06-30 20:59:38 +07:00 |
|
|
|
dcea9f9951
|
add is_done/is_pending functions to request
|
2019-06-30 14:00:28 +07:00 |
|
|
|
8708cbc8a4
|
add wait_for and wait_until functions to request
|
2019-06-30 09:07:50 +07:00 |
|
|
|
d1917e8fe2
|
rename error to get_error. remove is_ready and is_running functions.
|
2019-06-30 08:55:41 +07:00 |
|
|
|
1a032caf2a
|
add is_ready and is_running function for request
|
2019-06-30 01:07:06 +07:00 |
|
|
|
fb8626c6a2
|
add request timeout
|
2019-06-28 07:55:50 +07:00 |
|
|
|
8a35191b55
|
more unit tests
|
2019-06-28 07:29:25 +07:00 |
|
|
|
6fdd0ccd78
|
add ssl verification tests
|
2019-06-27 00:35:49 +07:00 |
|
|
|
758a342168
|
remove unnecessary accessors from response class
|
2019-06-26 17:31:21 +07:00 |
|
|
|
d5b795176d
|
add embedded curl
|
2019-06-26 17:16:43 +07:00 |
|
|
|
2f84281d05
|
change json parser
|
2019-06-26 12:17:06 +07:00 |
|
|
|
ca02610532
|
add thread library link
|
2019-06-26 11:02:00 +07:00 |
|
|
|
49c436ac83
|
more safety handlers
|
2019-06-26 10:16:14 +07:00 |
|
|
|
38fd73a08a
|
add error handling and streaming examples
|
2019-06-26 09:28:57 +07:00 |
|
|
|
78f0abd066
|
add two examples to README
|
2019-06-26 07:55:44 +07:00 |
|
|
|
23c344c8a9
|
rename perfrom to send and update to perform
|
2019-06-26 07:00:00 +07:00 |
|
|
|
5bf2d47e64
|
empty request after response get
|
2019-06-26 05:59:00 +07:00 |
|
|
|
6193e0487c
|
upload and download with default handlers
|
2019-06-26 05:17:33 +07:00 |
|
|
|
0bcdf6636a
|
separated data structure of body
|
2019-06-26 03:50:51 +07:00 |
|
|
|
54932af2c1
|
first working version
|
2019-06-25 13:19:47 +07:00 |
|
|
|
e529b2e10c
|
initial commit
|
2019-06-22 06:13:04 +07:00 |
|