MCPcopy Create free account
hub / github.com/chronoxor/CppServer / SendResponseBodyAsync

Method SendResponseBodyAsync

include/server/http/https_session.h:121–121  ·  view source on GitHub ↗

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 */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected