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

Return value

- Length : Query is found in the request URL - Zero : Query not found / Null arguments / Invalid request / uri is empty

Notes

This API is supposed to be called only from the context of a URI handler where httpd_req_t* request pointer is valid

References

from examples