libcurl.js/client/libcurl/util.h
2024-03-12 17:43:59 -04:00

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);