|
|
4f1044aa4e
|
change timeout resolution to milliseconds
|
2019-07-02 05:31:28 +07:00 |
|
|
|
a61a73a620
|
fix last time of server response updating
|
2019-07-02 04:27:26 +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 |
|
|
|
991c759f25
|
add callback param to request_builder
|
2019-06-30 12:06:39 +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 |
|
|
|
51baed728b
|
minimized waiting on send
|
2019-06-30 08:37:20 +07:00 |
|
|
|
1a032caf2a
|
add is_ready and is_running function for request
|
2019-06-30 01:07:06 +07:00 |
|
|
|
b957c51eb6
|
add simple mt queue
|
2019-06-30 00:42:17 +07:00 |
|
|
|
5ebd578717
|
done active handles without search in map
|
2019-06-29 23:44:25 +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 |
|
|
|
81b7dc83b5
|
check more curl errors
|
2019-06-28 06:24:44 +07:00 |
|
|
|
3b1e8f9b7f
|
add final specs
|
2019-06-28 02:19:23 +07:00 |
|
|
|
022b57adaf
|
fix curl_easy_setopt using. default redirections to 10.
|
2019-06-26 19:30:23 +07:00 |
|
|
|
49fc17df30
|
warning fix (unused variable ‘curl’)
|
2019-06-26 18:01:23 +07:00 |
|
|
|
758a342168
|
remove unnecessary accessors from response class
|
2019-06-26 17:31:21 +07:00 |
|
|
|
5cb3dfd766
|
add mutex guards for default handlers
|
2019-06-26 17:23:24 +07:00 |
|
|
|
d5b795176d
|
add embedded curl
|
2019-06-26 17:16:43 +07:00 |
|
|
|
0605ee1556
|
rename handle_t to curlh_t
|
2019-06-26 14:39:38 +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 |
|
|
|
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 |
|
|
|
d556d6ec0b
|
transparent header compare
|
2019-06-26 04:05:14 +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 |
|