Contains details about a successfully sent network request. More...
#include <ReplyNotifier.hpp>
Public Attributes | |
::QByteArray | data_ |
The data payload associated with the network request response. | |
std::optional< HttpStatusCode > | statusCode_ |
The HTTP status code reply for the network request. | |
::QUrl | url_ |
The URL of the network request. | |
Contains details about a successfully sent network request.
::QByteArray drn::networking::SuccessReply::data_ |
The data payload associated with the network request response.
std::optional<HttpStatusCode> drn::networking::SuccessReply::statusCode_ |
The HTTP status code reply for the network request.
::QUrl drn::networking::SuccessReply::url_ |
The URL of the network request.