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