aboutsummaryrefslogtreecommitdiff
path: root/src/rpc_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc_server.h')
-rw-r--r--src/rpc_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc_server.h b/src/rpc_server.h
index afa72fe..edfc15b 100644
--- a/src/rpc_server.h
+++ b/src/rpc_server.h
@@ -40,6 +40,8 @@ class RPCServer {
public:
RPCServer(unsigned long addr, unsigned short port);
+ HTTPServer& get_http_server() { return this->http_server; }
+
RPCRequest* receive_request();
};