MCPcopy Create free account
hub / github.com/chen3feng/toft / Post

Method Post

net/http/client.cpp:494–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494bool HttpClient::Post(const std::string& url,
495 const std::string& data,
496 const Options& options,
497 HttpResponse *response,
498 ErrorCode *error)
499{
500 return Request(HttpRequest::METHOD_POST, url, data, options, response, error);
501}
502
503bool HttpClient::Post(const std::string& url,
504 const std::string& data,

Callers 1

TEST_FFunction · 0.80

Calls 1

OptionsClass · 0.85

Tested by 1

TEST_FFunction · 0.64