https.h - frontends - front-ends for some sites (experiment) | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
https.h (206B) | |
--- | |
1 #ifndef TLS_CA_CERT_FILE | |
2 #define TLS_CA_CERT_FILE "/etc/ssl/cert.pem" | |
3 #endif | |
4 | |
5 char *request(const char *host, const char *path, const char *headers); | |
6 | |
7 /* DEBUG function */ | |
8 char *readfile(const char *file); |