create session class and refactor js to use it

This commit is contained in:
ading2210 2024-03-14 13:13:46 -04:00
parent a282734c13
commit 0a5ace96fb
14 changed files with 359 additions and 192 deletions

3
client/libcurl/request.h Normal file
View file

@ -0,0 +1,3 @@
#include "curl/multi.h"
void finish_request(CURLMsg *curl_msg);