prosa-hyper 0.3.0

ProSA Hyper processor for HTTP client/server
Documentation
1
2
3
4
5
6
7
8
//! Module to handle HTTP client

/// Adaptor for Hyper client processor
pub mod adaptor;
/// ProSA Hyper client processor
pub mod proc;
/// Hyper client socket implementation
pub(crate) mod socket;