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

Method SendRequest

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

Send HTTP request ! \param timeout - HTTP request timeout \return HTTP request future */

Source from the content-addressed store, hash-verified

190 \return HTTP request future
191 */
192 std::future<HTTPResponse> SendRequest(const CppCommon::Timespan& timeout = CppCommon::Timespan::minutes(1)) { return SendRequest(_request, timeout); }
193 //! HTTP request
194 /*!
195 \param request - HTTP request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected