BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::http::header Struct Reference

#include <connection.hpp>

Public Member Functions

 header (std::string k, std::string v)
 
 header ()
 

Public Attributes

std::string key
 
std::string val
 

Detailed Description

Definition at line 12 of file connection.hpp.

Constructor & Destructor Documentation

◆ header() [1/2]

fc::http::header::header ( std::string  k,
std::string  v 
)
inline

Definition at line 14 of file connection.hpp.

◆ header() [2/2]

fc::http::header::header ( )
inline

Definition at line 16 of file connection.hpp.

Member Data Documentation

◆ key

std::string fc::http::header::key

Definition at line 17 of file connection.hpp.

◆ val

std::string fc::http::header::val

Definition at line 18 of file connection.hpp.


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