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

Method SendOptionsRequest

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

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

Source from the content-addressed store, hash-verified

247 \return HTTP request future
248 */
249 std::future<HTTPResponse> SendOptionsRequest(std::string_view url, const CppCommon::Timespan& timeout = CppCommon::Timespan::minutes(1))
250 { return SendRequest(_request.MakeOptionsRequest(url), timeout); }
251 //! Send TRACE request
252 /*!
253 \param url - URL to request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected