MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / post

Method post

AdaptixClient/Source/Client/HttpRequestManager.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int HttpRequestManager::post(const QString& baseUrl, const QString& endpoint, const QString& accessToken, const QByteArray& jsonData, const HttpCallback &callback, int timeout)
53{
54 return postWithRetry(baseUrl, endpoint, accessToken, jsonData, callback, 0, timeout);
55}
56
57void HttpRequestManager::postFireAndForget(const QString& baseUrl, const QString& endpoint, const QString& accessToken, const QByteArray& jsonData)
58{

Callers 15

startMethod · 0.80
AdaptixWidgetMethod · 0.80
OnWebSocketConnectedMethod · 0.80
onApplyMethod · 0.80
onSyncInactiveAgentsMethod · 0.80
postFireAndForgetMethod · 0.80
postWithRetryMethod · 0.80
retryRequestMethod · 0.80
HttpReqFunction · 0.80
HttpReqGetOTPAsyncFunction · 0.80
HttpReqAgentRemoveAsyncFunction · 0.80
HttpReqAgentSetTagAsyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected