mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 13:57:39 +03:00
Remove usage of ntex::io::Boxed types
This commit is contained in:
parent
cb25c8d0b9
commit
42e140b805
4 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::io;
|
||||
|
||||
use ntex::service::{fn_service, pipeline_factory};
|
||||
use ntex::{codec, io::utils::filter, io::Io, server, util::Either};
|
||||
use ntex::{codec, io::filter, io::Io, server, util::Either};
|
||||
use ntex_tls::openssl::{PeerCert, PeerCertChain, SslAcceptor};
|
||||
use tls_openssl::ssl::{self, SslFiletype, SslMethod, SslVerifyMode};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue