esp_http_auth_data_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstancesLifecycle

Fields

Field
Declared as
Description
char *
Request method, example: GET.
char *
Authentication algorithm.
char *
URI of request example: /path/to/file.html.
char *
Authentication realm.
char *
Authentication nonce.
char *
Authentication qop.
char *
Authentication opaque.
uint64_t
Authentication cnonce.
int
Authentication nc.