1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00
actix-net/actix-service
fakeshadow bb27bac216
Add native tls support for actix_tls::connect module (#295)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-27 00:20:17 +00:00
..
src Add native tls support for actix_tls::connect module (#295) 2021-03-27 00:20:17 +00:00
Cargo.toml prepare service release 2.0.0-beta.5 2021-03-15 23:09:34 +00:00
CHANGES.md prepare service release 2.0.0-beta.5 2021-03-15 23:09:34 +00:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
README.md prepare service release 2.0.0-beta.5 2021-03-15 23:09:34 +00:00

actix-service

Service trait and combinators for representing asynchronous request/response operations.

crates.io Documentation Version License Dependency Status Download Chat on Discord

See documentation for detailed explanations of these components: https://docs.rs/actix-service.