mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Inject Config:
* Use dependency injections instead * Remove deprecated fee interfaces
This commit is contained in:
committed by
Vinnie Falco
parent
c7b3153958
commit
fa796a2eb5
@@ -20,6 +20,7 @@
|
||||
#ifndef RIPPLE_NET_HTTPCLIENT_H_INCLUDED
|
||||
#define RIPPLE_NET_HTTPCLIENT_H_INCLUDED
|
||||
|
||||
#include <ripple/core/Config.h>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/asio/streambuf.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
@@ -36,7 +37,7 @@ public:
|
||||
maxClientHeaderBytes = 32 * 1024
|
||||
};
|
||||
|
||||
static void initializeSSLContext ();
|
||||
static void initializeSSLContext (Config const& config);
|
||||
|
||||
static void get (
|
||||
bool bSSL,
|
||||
|
||||
Reference in New Issue
Block a user