mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
refactor request code
This commit is contained in:
parent
0d7369c77a
commit
1748ca7dd9
12 changed files with 222 additions and 194 deletions
|
@ -1 +1,5 @@
|
|||
int starts_with(const char *a, const char *b);
|
||||
#include "curl/curl.h"
|
||||
|
||||
int starts_with(const char *a, const char *b);
|
||||
|
||||
struct RequestInfo* get_handle_info(CURL* http_handle);
|
Loading…
Add table
Add a link
Reference in a new issue