Client

Type Alias Client 

Source
pub type Client = Client;
Expand description

A HTTP client that can execute HTTP requests. See http::client to create an instance.

§rhai-autodocs:index:1

Aliased Type§

pub struct Client { /* private fields */ }