Manage to perfom secure request

This commit is contained in:
2024-08-18 20:13:03 +02:00
parent a6b283d023
commit 3b5d2abcc0
6 changed files with 115 additions and 1 deletions

View File

@ -14,6 +14,7 @@ extern "C"
typedef struct
{
char *url;
char *root_ca;
} http_request_opts;
/**