#include <httprpc.h>
Definition at line 15 of file httprpc.h.
◆ HTTPRPCRequestProcessor()
HTTPRPCRequestProcessor::HTTPRPCRequestProcessor |
( |
Config & |
configIn, |
|
|
RPCServer & |
rpcServerIn, |
|
|
const std::any & |
contextIn |
|
) |
| |
|
inline |
◆ DelegateHTTPRequest()
◆ ProcessHTTPRequest()
bool HTTPRPCRequestProcessor::ProcessHTTPRequest |
( |
HTTPRequest * |
request | ) |
|
|
private |
Deter brute-forcing. If this results in a DoS the user really shouldn't have their RPC port exposed.
Definition at line 295 of file httprpc.cpp.
◆ config
Config& HTTPRPCRequestProcessor::config |
|
private |
◆ context
const std::any& HTTPRPCRequestProcessor::context |
◆ rpcServer
RPCServer& HTTPRPCRequestProcessor::rpcServer |
|
private |
The documentation for this class was generated from the following files: