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

5 lines
No EOL
127 B
C

#include "curl/curl.h"
int starts_with(const char *a, const char *b);
struct RequestInfo* get_handle_info(CURL* http_handle);