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

Method SendRequestBodyAsync

include/server/http/https_client.h:120–120  ·  view source on GitHub ↗

Send the HTTP request body (asynchronous) ! \param body - HTTP request body \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not connected */

Source from the content-addressed store, hash-verified

118 \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not connected
119 */
120 bool SendRequestBodyAsync(std::string_view body) { return SendAsync(body); }
121 //! Send the HTTP request body (asynchronous)
122 /*!
123 \param buffer - HTTP request body buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected