MCPcopy Create free account
hub / github.com/CasparCG/client / HttpRequest

Method HttpRequest

src/Web/HttpRequest.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QtCore/QUrl>
6
7HttpRequest::HttpRequest(QObject* parent)
8 : QObject(parent)
9{
10}
11
12void HttpRequest::sendGet(const QString& url, const QUrlQuery& query)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected