mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-22 21:55:10 +02:00
basic websocket client
This commit is contained in:
5
src/client/mod.rs
Normal file
5
src/client/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod parser;
|
||||
mod response;
|
||||
|
||||
pub use self::response::ClientResponse;
|
||||
pub use self::parser::{HttpResponseParser, HttpResponseParserError};
|
Reference in New Issue
Block a user