My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::http::Response Struct Reference
Collaboration diagram for dht::http::Response:

Public Attributes

unsigned status_code {0}
 
std::map< std::string, std::string > headers
 
std::string body
 
bool aborted {false}
 
std::weak_ptr< Requestrequest
 

Detailed Description

Definition at line 208 of file http.h.

Member Data Documentation

◆ aborted

bool dht::http::Response::aborted {false}

Definition at line 213 of file http.h.

◆ body

std::string dht::http::Response::body

Definition at line 212 of file http.h.

◆ headers

std::map<std::string, std::string> dht::http::Response::headers

Definition at line 211 of file http.h.

◆ request

std::weak_ptr<Request> dht::http::Response::request

Definition at line 214 of file http.h.

◆ status_code

unsigned dht::http::Response::status_code {0}

Definition at line 210 of file http.h.


The documentation for this struct was generated from the following file: