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

Return value

- Bytes : The number of bytes sent successfully - HTTPD_SOCK_ERR_INVALID : Invalid arguments - HTTPD_SOCK_ERR_TIMEOUT : Timeout/interrupted while calling socket send() - HTTPD_SOCK_ERR_FAIL : Unrecoverable error while calling socket send()

Notes

This API is not recommended to be used in any request handler. Use this only for advanced use cases, wherein some asynchronous data is to be sent over a socket.

References

from examples