storage/http: new storage plugin

This commit is contained in:
Max Kellermann
2017-01-03 07:25:14 +01:00
parent 4297a7b0a4
commit 58fb36bdb9
8 changed files with 664 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ class CurlGlobal final : TimeoutMonitor, DeferredMonitor {
public:
explicit CurlGlobal(EventLoop &_loop);
using TimeoutMonitor::GetEventLoop;
void Add(CURL *easy, CurlRequest &request);
void Remove(CURL *easy);