Module glimesh::http[][src]

Connection over http using reqwest.

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

use glimesh::{http::Connection, Auth};
let client = Connection::new(Auth::client_id("<GLIMESH_CLIENT_ID>")).into_client();

Structs

Connection

Connect to glimesh over http(s).

ConnectionBuilder

Configure and build an http Connection.

Type Definitions

HttpClient

Type alias for a http backed client