mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
re-export SslFilter
This commit is contained in:
parent
83941df5aa
commit
4cb9b13d85
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
use std::{future::Future, io, pin::Pin, task::Context, task::Poll};
|
||||
|
||||
use ntex_tls::openssl::{SslConnector as IoSslConnector, SslFilter};
|
||||
pub use ntex_tls::openssl::SslFilter;
|
||||
pub use tls_openssl::ssl::{Error as SslError, HandshakeError, SslConnector, SslMethod};
|
||||
|
||||
use ntex_tls::openssl::SslConnector as IoSslConnector;
|
||||
|
||||
use crate::io::{Base, Io};
|
||||
use crate::service::{Service, ServiceFactory};
|
||||
use crate::util::{PoolId, Ready};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue