rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::RPC::JsonContext::Headers Struct Reference

Data passed in from HTTP headers. More...

#include <Context.h>

Collaboration diagram for ripple::RPC::JsonContext::Headers:
Collaboration graph
[legend]

Public Attributes

std::string_view user
 
std::string_view forwardedFor
 

Detailed Description

Data passed in from HTTP headers.

Definition at line 38 of file Context.h.

Member Data Documentation

◆ user

std::string_view ripple::RPC::JsonContext::Headers::user

Definition at line 40 of file Context.h.

◆ forwardedFor

std::string_view ripple::RPC::JsonContext::Headers::forwardedFor

Definition at line 41 of file Context.h.