Module glimesh::http[][src]

Connection over http using reqwest.

You will usually use pretty much immediately turn the connection into a Client. E.g.

use glimesh::http::Connection
let client = Connection::new(Auth::ClientId("<GLIMESH_CLIENT_ID>")).into_client();

Structs

Connection

Connect to glimesh over http(s).

ConnectionBuilder

Configure and build an http Connection.