Configurations of the initial request headers. More...
#include <core_http_client.h>
Data Fields | |
const char * | pMethod |
The HTTP request method e.g. "GET", "POST", "PUT", or "HEAD". | |
size_t | methodLen |
const char * | pPath |
The Request-URI to the objects of interest, e.g. "/path/to/item.txt". | |
size_t | pathLen |
const char * | pHost |
The server's host name, e.g. "my-storage.my-cloud.com". More... | |
size_t | hostLen |
uint32_t | reqFlags |
Flags to activate other request header configurations. More... | |
Configurations of the initial request headers.
size_t HTTPRequestInfo_t::methodLen |
The length of the method in bytes.
size_t HTTPRequestInfo_t::pathLen |
The length of the path in bytes.
const char* HTTPRequestInfo_t::pHost |
The server's host name, e.g. "my-storage.my-cloud.com".
The host does not have a "https://" or "http://" prepending.
size_t HTTPRequestInfo_t::hostLen |
The length of the host in bytes.
uint32_t HTTPRequestInfo_t::reqFlags |
Flags to activate other request header configurations.
Please see HTTPRequestInfo_t Flags for more information.