Module actix_web::test[][src]

Expand description

Various helpers for Actix applications to use during testing.

Structs

Async I/O test buffer.

Test Request builder.

Functions

Calls service and waits for response future completion.

Create service that always responds with given status code and no body.

Initialize service from application builder instance.

Create service that always responds with HttpResponse::Ok() and no body.

Helper function that returns a response body of a ServiceResponse.

Helper function that returns a deserialized response body of a ServiceResponse.

Helper function that returns a response body of a TestRequest

Helper function that returns a deserialized response body of a TestRequest