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

Return value

- ESP_OK : On success - ESP_ERR_INVALID_ARG : Null arguments - ESP_ERR_HTTPD_INVALID_REQ : Invalid request pointer

Notes

- This API is supposed to be called only from the context of a URI handler where httpd_req_t* request pointer is valid. - This API only sets the status to this value. The status isn't sent out until any of the send APIs is executed. - Make sure that the lifetime of the status string is valid till send function is called.

References

from examples