Skip to main content

BlockingHttpWebClient

Type Alias BlockingHttpWebClient 

Source
pub type BlockingHttpWebClient = BlockingHttpClient<DefaultHttpWebClient>;
Available on crate features dns and http-backend and http and std and tcp only.
Expand description

A blocking HTTP(S) client using Rama’s default pooled web connector stack.

Aliased Type§

pub struct BlockingHttpWebClient { /* private fields */ }