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

Method SendResponseBody

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

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

Source from the content-addressed store, hash-verified

63 \return Size of sent data
64 */
65 size_t SendResponseBody(std::string_view body) { return Send(body); }
66 //! Send the HTTP response body (synchronous)
67 /*!
68 \param buffer - HTTP response body buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected