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

Method SendRequestBody

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

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected