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

Method SendResponseAsync

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

Send the current HTTP response (asynchronous) ! \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

106 \return 'true' if the current HTTP response was successfully sent, 'false' if the session is not connected
107 */
108 bool SendResponseAsync() { return SendResponseAsync(_response); }
109 //! Send the HTTP response (asynchronous)
110 /*!
111 \param response - HTTP response

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected