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