#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)
|
|
The documentation for this struct was generated from the following file: