http_client_libcurl.h File Reference

HTTP client libcurl module header file. More...

#include "mcl_core/mcl_http_client.h"
#include "curl/curl.h"
Include dependency graph for http_client_libcurl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mcl_http_client_t
 

Macros

#define SSL_CERTIFICATE_TYPE_PEM   "PEM"
 

Detailed Description

HTTP client libcurl module header file.

Implements the functions defined in http_client.h file. This implementation actively uses "libcurl" for HTTP Send/Receive operations. For targets in which libcurl cannot be used, another implementation file should be created to implement the http_client.h functions.

Definition in file http_client_libcurl.h.

Macro Definition Documentation

#define SSL_CERTIFICATE_TYPE_PEM   "PEM"

Definition at line 21 of file http_client_libcurl.h.