#include <http_client.h>
|
|
const char * | method |
| | http method (e.g. GET, POST)
|
| |
|
const char * | uri |
| | full uri to connect
|
| |
|
const char * | extra_headers |
| | headers for the request
|
| |
|
const char * | post_data |
| | optional already encoded post data
|
| |
|
sds | connect_uri |
| | redirect uri (only internal)
|
| |
|
bool | cert_check |
| | check server certificate
|
| |
|
sds | ca_certs |
| | CA certificates.
|
| |
The documentation for this struct was generated from the following file: