Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
http_bitcoin::HTTPResponse Class Reference

#include <httpserver.h>

Collaboration diagram for http_bitcoin::HTTPResponse:
[legend]

Public Member Functions

std::string StringifyHeaders () const
 

Public Attributes

HTTPVersion m_version
 
HTTPStatusCode m_status {HTTP_INTERNAL_SERVER_ERROR}
 
HTTPHeaders m_headers
 

Detailed Description

Definition at line 137 of file httpserver.h.

Member Function Documentation

◆ StringifyHeaders()

std::string HTTPResponse::StringifyHeaders ( ) const

Definition at line 357 of file httpserver.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_headers

HTTPHeaders http_bitcoin::HTTPResponse::m_headers

Definition at line 143 of file httpserver.h.

◆ m_status

HTTPStatusCode http_bitcoin::HTTPResponse::m_status {HTTP_INTERNAL_SERVER_ERROR}

Definition at line 142 of file httpserver.h.

◆ m_version

HTTPVersion http_bitcoin::HTTPResponse::m_version

Definition at line 140 of file httpserver.h.


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