[][src]Crate actix_http_test

Various helpers for Actix applications to use during testing.

Structs

TestServer

The TestServer type.

TestServerRuntime

Test server controller

Functions

block_fn

Runs the provided function, blocking the current thread until the resul future completes.

block_on

Runs the provided future, blocking the current thread until the future completes.