Integration testing tools for Actix Web applications.
The main integration testing tool is [TestServer]. It spawns a real HTTP server on an
unused port and provides methods that use a real HTTP client. Therefore, it is much closer to
real-world cases than using init_service, which skips HTTP encoding and decoding.
Examples
use ;
async
async