mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 22:10:01 -04:00
add python wsproxy implementation
This commit is contained in:
parent
1de7178523
commit
09ff32dcd3
6 changed files with 52 additions and 47 deletions
|
@ -24,8 +24,6 @@ int write_function(void *data, size_t size, size_t nmemb, DataCallback data_call
|
|||
}
|
||||
|
||||
void perform_request(const char* url, const char* json_params, DataCallback data_callback, EndCallback end_callback, const char* body, int body_length) {
|
||||
printf("downloading %s\n", url);
|
||||
|
||||
CURL *http_handle;
|
||||
CURLM *multi_handle;
|
||||
int still_running = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue