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::request Struct Reference

#include <connection.hpp>

Public Member Functions

std::string get_header (const std::string &key) const
 

Public Attributes

std::string remote_endpoint
 
std::string method
 
std::string domain
 
std::string path
 
std::vector< headerheaders
 
std::vector< char > body
 

Detailed Description

Definition at line 42 of file connection.hpp.

Member Function Documentation

◆ get_header()

std::string fc::http::request::get_header ( const std::string &  key) const

Definition at line 174 of file http_connection.cpp.

Member Data Documentation

◆ body

std::vector<char> fc::http::request::body

Definition at line 50 of file connection.hpp.

◆ domain

std::string fc::http::request::domain

Definition at line 47 of file connection.hpp.

◆ headers

std::vector<header> fc::http::request::headers

Definition at line 49 of file connection.hpp.

◆ method

std::string fc::http::request::method

Definition at line 46 of file connection.hpp.

◆ path

std::string fc::http::request::path

Definition at line 48 of file connection.hpp.

◆ remote_endpoint

std::string fc::http::request::remote_endpoint

Definition at line 45 of file connection.hpp.


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