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

#include <httpserver.h>

Collaboration diagram for HTTPResponse:
[legend]

Public Member Functions

std::string StringifyHeaders () const
 

Public Attributes

int status {0}
 
std::string body
 
HTTPVersion version
 
HTTPStatusCode status {HTTP_INTERNAL_SERVER_ERROR}
 
HTTPHeaders headers
 

Detailed Description

Definition at line 257 of file bitcoin-cli.cpp.

Member Function Documentation

◆ StringifyHeaders()

std::string HTTPResponse::StringifyHeaders ( ) const

Definition at line 368 of file httpserver.cpp.

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

Member Data Documentation

◆ body

std::string HTTPResponse::body

Definition at line 260 of file bitcoin-cli.cpp.

◆ headers

HTTPHeaders HTTPResponse::headers

Definition at line 146 of file httpserver.h.

◆ status [1/2]

int HTTPResponse::status {0}

Definition at line 259 of file bitcoin-cli.cpp.

◆ status [2/2]

Definition at line 145 of file httpserver.h.

◆ version

HTTPVersion HTTPResponse::version

Definition at line 144 of file httpserver.h.


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