wtx 0.50.0

A collection of different transport implementations and related tools focused primarily on web technologies.
Documentation
1
2
3
4
5
6
/// Client pool resource
#[derive(Debug)]
pub struct Http2ClientPoolResource<C> {
  /// Client
  pub client: C,
}