1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 01:11:07 +01:00
actix-net/actix-service
2021-01-26 08:05:19 +00:00
..
src add tests for custom resolver 2021-01-26 08:05:19 +00:00
Cargo.toml update local deps 2021-01-09 15:19:16 +00:00
CHANGES.md service trait takes shared self reference (#247) 2021-01-23 03:06:22 +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 actix-service: Fix broken link in readme (#189) 2020-09-12 15:08:03 +01:00

actix-service

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

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