DuxReiNummariae 1.0.0-alpha.23
Simple and powerful budgeting application
 
Loading...
Searching...
No Matches
drn::networking::SuccessReply Struct Reference

Contains details about a successfully sent network request. More...

#include <ReplyNotifier.hpp>

Collaboration diagram for drn::networking::SuccessReply:

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.
 

Detailed Description

Contains details about a successfully sent network request.

Member Data Documentation

◆ data_

::QByteArray drn::networking::SuccessReply::data_

The data payload associated with the network request response.

◆ statusCode_

std::optional<HttpStatusCode> drn::networking::SuccessReply::statusCode_

The HTTP status code reply for the network request.

◆ url_

::QUrl drn::networking::SuccessReply::url_

The URL of the network request.