[go: up one dir, main page]

[][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_on

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

run_on

Runs the provided function, with runtime enabled.