ESP-IDF + 0/2 examples
SourceVu will show references to httpd_req_get_hdr_value_len() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- Length : If field is found in the request URL - Zero : Field not found / Invalid request / Null arguments

Notes

- This API is supposed to be called only from the context of a URI handler where httpd_req_t* request pointer is valid. - Once httpd_resp_send() API is called all request headers are purged, so request headers need be copied into separate buffers if they are required later.

References

from examples