[][src]Crate actix_http_test

Various helpers for Actix applications to use during testing.

Structs

TestServer

The TestServer type.

TestServer

Test server controller

TestServerRuntime

Test server runstime

Functions

test_server

Start test server

unused_addr

Get first available unused address

Attribute Macros

test

Marks async test function to be executed by actix runtime.