Chatterino
|
#include <functional>
#include <vector>
#include <QString>
Go to the source code of this file.
Namespaces | |
chatterino | |
Typedefs | |
using | chatterino::NetworkSuccessCallback = std::function< Outcome(NetworkResult)> |
using | chatterino::NetworkErrorCallback = std::function< void(NetworkResult)> |
using | chatterino::NetworkReplyCreatedCallback = std::function< void(QNetworkReply *)> |
using | chatterino::NetworkFinallyCallback = std::function< void()> |
Functions | |
std::vector< std::pair< QByteArray, QByteArray > > | chatterino::parseHeaderList (const QString &headerListString) |