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

Method SendRequest

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

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

Source from the content-addressed store, hash-verified

49 \return Size of sent data
50 */
51 size_t SendRequest() { return SendRequest(_request); }
52 //! Send the HTTP request (synchronous)
53 /*!
54 \param request - HTTP request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected