refactor request code

This commit is contained in:
ading2210 2024-03-12 17:12:02 -04:00
parent 0d7369c77a
commit 1748ca7dd9
12 changed files with 222 additions and 194 deletions

View file

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