MCPcopy Create free account
hub / github.com/QNapi/qnapi / SyncHTTP

Method SyncHTTP

libqnapi/src/utils/synchttp.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "synchttp.h"
19
20SyncHTTP::SyncHTTP() : manager(this) {}
21
22QNetworkReply* SyncHTTP::syncGet(const QNetworkRequest& req) {
23 QNetworkReply* reply = manager.get(req);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected