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

Method SendDeleteRequest

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

Send DELETE request ! \param url - URL to request \param timeout - HTTP request timeout \return HTTP request future */

Source from the content-addressed store, hash-verified

239 \return HTTP request future
240 */
241 std::future<HTTPResponse> SendDeleteRequest(std::string_view url, const CppCommon::Timespan& timeout = CppCommon::Timespan::minutes(1))
242 { return SendRequest(_request.MakeDeleteRequest(url), timeout); }
243 //! Send OPTIONS request
244 /*!
245 \param url - URL to request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected