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

Return value

- ESP_OK : On successfully sending the response packet - ESP_ERR_INVALID_ARG : Null arguments - ESP_ERR_HTTPD_RESP_SEND : Error in raw send - 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. - Once this API is called, all request headers are purged, so request headers need be copied into separate buffers if they are required later. - If you wish to send additional data in the body of the response, please use the lower-level functions directly.

References

from examples