MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / addHeader

Method addHeader

src/network/UBServerXMLHttpRequest.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59void UBServerXMLHttpRequest::addHeader(const QString& key, const QString& value)
60{
61 mExtraHeaders.insert(key, value);
62}
63
64
65void UBServerXMLHttpRequest::post(const QUrl& pUrl, const QByteArray& payload)

Callers 2

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected