#pragma once
#include <mtxclient/http/client.hpp>
namespace http {
mtx::http::Client *
client();
bool
is_logged_in();
//! Initialize the http module
void
init();
}