Skip to main content

HttpAgent

Type Alias HttpAgent 

Source
pub type HttpAgent = RemoteAgent<HttpTransport>;
Expand description

An agent reached over HTTP.

Aliased Typeยง

pub struct HttpAgent { /* private fields */ }