Send the HTTP request body (asynchronous) ! \param body - HTTP request body \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not connected */
| 118 | \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not connected |
| 119 | */ |
| 120 | bool SendRequestBodyAsync(std::string_view body) { return SendAsync(body); } |
| 121 | //! Send the HTTP request body (asynchronous) |
| 122 | /*! |
| 123 | \param buffer - HTTP request body buffer |
nothing calls this directly
no outgoing calls
no test coverage detected