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

Method SendRequestAsync

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

Send the current HTTP request (asynchronous) ! \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

105 \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not connected
106 */
107 bool SendRequestAsync() { return SendRequestAsync(_request); }
108 //! Send the HTTP request (asynchronous)
109 /*!
110 \param request - HTTP request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected