My Project 2.4.4
C++ Distributed Hash Table
Loading...
Searching...
No Matches
Public Attributes | List of all members
dht::http::ListenerSession Struct Reference

#include <http.h>

Collaboration diagram for dht::http::ListenerSession:
Collaboration graph
[legend]

Public Attributes

dht::InfoHash hash
 
std::future< size_t > token
 
std::shared_ptr< restinio::response_builder_t< restinio::chunked_output_t > > response
 

Detailed Description

Session value associated with a connection_id_t key.

Definition at line 153 of file http.h.

Member Data Documentation

◆ hash

dht::InfoHash dht::http::ListenerSession::hash

Definition at line 156 of file http.h.

◆ response

std::shared_ptr<restinio::response_builder_t<restinio::chunked_output_t> > dht::http::ListenerSession::response

Definition at line 158 of file http.h.

◆ token

std::future<size_t> dht::http::ListenerSession::token

Definition at line 157 of file http.h.


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