openwire 0.1.0

OkHttp-inspired async HTTP client for Rust built on hyper and tower
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod handshake;
pub(crate) mod instrumented;
pub(crate) mod native;
pub(crate) mod transport;
pub(crate) mod writer;

mod public;

pub use public::{WebSocket, WebSocketReceiver, WebSocketSender};

pub use openwire_core::websocket::WebSocketHandshake;