mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
create session class and refactor js to use it
This commit is contained in:
parent
a282734c13
commit
0a5ace96fb
14 changed files with 359 additions and 192 deletions
3
client/libcurl/request.h
Normal file
3
client/libcurl/request.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include "curl/multi.h"
|
||||
|
||||
void finish_request(CURLMsg *curl_msg);
|
Loading…
Add table
Add a link
Reference in a new issue