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

Method Get

http.cpp:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333
334 Request Request::Get(string url, const unordered_map<string, string>& headers, const vector<pair<string, string>>& params,
335 std::function<bool(size_t, size_t)> downloadProgress, std::function<bool(size_t, size_t)> uploadProgress)
336 {
337 return Request("GET", url, headers, params, downloadProgress, uploadProgress);
338 }
339
340
341 Request Request::Post(string url, const unordered_map<string, string>& headers, const vector<pair<string, string>>& params,

Callers 15

ElfFlagsRecognizeFunction · 0.45
InitMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45

Calls 1

RequestClass · 0.70

Tested by

no test coverage detected