mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-24 09:53:46 +00:00
feat(tokio): add reqwest feature (#734)
Move the client ReqwestNetworkClient to ironrdp-tokio, so other clients can optionally use the implementation. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
817abb9805
commit
032c38be92
8 changed files with 41 additions and 18 deletions
|
@ -13,6 +13,7 @@ mod session;
|
|||
use core::future::Future;
|
||||
use core::pin::Pin;
|
||||
|
||||
pub use ironrdp_connector;
|
||||
use ironrdp_connector::sspi::generator::NetworkRequest;
|
||||
use ironrdp_connector::ConnectorResult;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue