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

Method HttpPostCommand

src/Core/Commands/HttpPostCommand.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QtCore/QXmlStreamWriter>
4
5HttpPostCommand::HttpPostCommand(QObject* parent)
6 : AbstractCommand(parent)
7{
8}
9
10const QString& HttpPostCommand::getUrl() const
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected