Function mrpt::comms::net::http_request
Defined in File net_utils.h
Function Documentation
-
http_errorcode mrpt::comms::net::http_request(const string &http_method, const string &http_send_content, const string &url, std::vector<uint8_t> &out_content, const HttpRequestOptions &options = HttpRequestOptions(), mrpt::optional_ref<HttpRequestOutput> output = std::nullopt)
Generic function for HTTP GET & POST methods.
See also