http_client_libcurl.h File Reference

HTTP client libcurl module header file. More...

#include "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  http_client_t
 HTTP Client Handler definition. Members are implementation specific and are declared in implementation file. More...
 

Detailed Description

HTTP client libcurl module header file.


Date
Jul 29, 2016 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.