[][src]Type Definition ruma_client::HttpClient

type HttpClient = Client<HttpConnector>;

Non-secured variant of the client (using plain HTTP requests)

Methods

impl HttpClient[src]

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

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