ServerConnector and AsyncClient support channel binding, SimpleClient uses ServerConnector
This commit is contained in:
parent
3cab603a4c
commit
e784b15402
5 changed files with 112 additions and 137 deletions
|
|
@ -2,4 +2,5 @@ mod auth;
|
|||
mod bind;
|
||||
|
||||
pub mod async_client;
|
||||
pub mod connect;
|
||||
pub mod simple_client;
|
||||
|
|
|
|||
Loading…
Reference in a new issue