diff options
| author | nirav <nirav@teisuu.com> | 2019-03-08 01:40:21 +0530 |
|---|---|---|
| committer | Dandelion <nirav@teisuu.com> | 2019-03-08 01:40:21 +0530 |
| commit | 77a9d0050c16ffd6c4d3a2b17533954d560bb019 (patch) | |
| tree | f9d76b82cc3d82e3713cb0af071cc564889320a7 /src/http.h | |
| parent | 6dd58a30761eca36544c4e815b36907eab084949 (diff) | |
| download | ap_client-77a9d0050c16ffd6c4d3a2b17533954d560bb019.tar.gz ap_client-77a9d0050c16ffd6c4d3a2b17533954d560bb019.zip | |
Add async http post support
Diffstat (limited to 'src/http.h')
| -rw-r--r-- | src/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ int http_init(); void http_cleanup(); char *get_request(const char *url); char *post_request(const char *url, char *data); +int http_post_async(char *url, char *post_data, void (*callback)(char *)); #endif |
