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

Method SendResponse

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

Send the current HTTP response (synchronous) ! \return Size of sent data */

Source from the content-addressed store, hash-verified

50 \return Size of sent data
51 */
52 size_t SendResponse() { return SendResponse(_response); }
53 //! Send the HTTP response (synchronous)
54 /*!
55 \param response - HTTP response

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected