mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
5 lines
No EOL
128 B
C
5 lines
No EOL
128 B
C
#include "curl/curl.h"
|
|
|
|
int starts_with(const char *a, const char *b);
|
|
|
|
struct RequestInfo* get_request_info(CURL* http_handle); |