httpd_req_get_cookie_val() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK : Key is found in the cookie string and copied to buffer - ESP_ERR_NOT_FOUND : Key not found - ESP_ERR_INVALID_ARG : Null arguments - ESP_ERR_HTTPD_RESULT_TRUNC : Value string truncated - ESP_ERR_NO_MEM : Memory allocation failure

References

from examples