Commit Graph

23 Commits

Author SHA1 Message Date
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
2f84281d05 change json parser 2019-06-26 12:17:06 +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