Introduction
Introduction Statistics Contact Development Disclaimer Help
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);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.