MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Post

Method Post

http.cpp:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340
341 Request Request::Post(string url, const unordered_map<string, string>& headers, const vector<pair<string, string>>& params,
342 const vector<uint8_t>& body, std::function<bool(size_t, size_t)> downloadProgress,
343 std::function<bool(size_t, size_t)> uploadProgress)
344 {
345 return Request("POST", url, headers, params, body, downloadProgress, uploadProgress);
346 }
347
348
349 Request Request::Post(string url, const unordered_map<string, string>& headers, const vector<pair<string, string>>& params,

Callers

nothing calls this directly

Calls 1

RequestClass · 0.70

Tested by

no test coverage detected