Version 0.6.2
This commit is contained in:
parent
b5ef3263c6
commit
0e9b4feaf7
3 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! ## SSLRelay
|
||||
|
||||
//! Library for relaying TCP traffic as well as TLS encrypted TCP traffic.
|
||||
//! This Library allows you to implement callback functions for upstream and downstream traffic.
|
||||
//! This library allows you to implement callback functions for upstream and downstream traffic.
|
||||
//! These callbacks can R/W the data from a stream(Blocking) or only R the data(Non-Blocking).
|
||||
//!```
|
||||
//!pub trait HandlerCallbacks {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue