BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::utilities::curl_wrapper::http_response Struct Reference

#include <elasticsearch.hpp>

Public Member Functions

bool is_200 () const
 

Public Attributes

uint16_t code
 
std::string content
 

Detailed Description

Definition at line 59 of file elasticsearch.hpp.

Member Function Documentation

◆ is_200()

bool graphene::utilities::curl_wrapper::http_response::is_200 ( ) const
Returns
if code is 200

Definition at line 80 of file elasticsearch.cpp.

Member Data Documentation

◆ code

uint16_t graphene::utilities::curl_wrapper::http_response::code

Definition at line 61 of file elasticsearch.hpp.

◆ content

std::string graphene::utilities::curl_wrapper::http_response::content

Definition at line 62 of file elasticsearch.hpp.


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