xrpld
Loading...
Searching...
No Matches
xrpl::RPC::JsonContext::Headers Struct Reference

Data passed in from HTTP headers. More...

#include <Context.h>

Collaboration diagram for xrpl::RPC::JsonContext::Headers:

Public Attributes

std::string_view user
std::string_view forwardedFor

Detailed Description

Data passed in from HTTP headers.

Definition at line 37 of file Context.h.

Member Data Documentation

◆ user

std::string_view xrpl::RPC::JsonContext::Headers::user

Definition at line 39 of file Context.h.

◆ forwardedFor

std::string_view xrpl::RPC::JsonContext::Headers::forwardedFor

Definition at line 40 of file Context.h.