[][src]Type Definition ruma_client::HttpsClient

type HttpsClient = Client<HttpsConnector<HttpConnector>>;

Secured variant of the client (using HTTPS requests)

Methods

impl HttpsClient[src]

pub fn https(homeserver_url: Url, session: Option<Session>) -> Self[src]

Creates a new client for making HTTPS requests to the given homeserver.