ESP-IDF
esp_http_auth_data_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_http_auth_data_t
esp_http_auth_data_t struct
HTTP Digest authentication data
Syntax
Show:
Summary
Declaration
from
http_auth.h:14
typedef
struct
{
char
*
method
;
char
*
algorithm
;
char
*
uri
;
char
*
realm
;
char
*
nonce
;
char
*
qop
;
char
*
opaque
;
uint64_t
cnonce
;
int
nc
;
}
esp_http_auth_data_t
;
Fields
Field
Declared as
Description
esp_http_auth_data_t::method
char
*
Request method, example: GET.
esp_http_auth_data_t::algorithm
char
*
Authentication algorithm.
esp_http_auth_data_t::uri
char
*
URI of request example: /path/to/file.html.
esp_http_auth_data_t::realm
char
*
Authentication realm.
esp_http_auth_data_t::nonce
char
*
Authentication nonce.
esp_http_auth_data_t::qop
char
*
Authentication qop.
esp_http_auth_data_t::opaque
char
*
Authentication opaque.
esp_http_auth_data_t::cnonce
uint64_t
Authentication cnonce.
esp_http_auth_data_t::nc
int
Authentication nc.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out