Module glimesh::http

source ·
Expand description

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

Type Definitions