Module test

Source
Expand description

Expiremental testing utilities.

Macros§

assert_response_matches
Quickly write tests that check various parts of a ServiceResponse.
test_request
Create a TestRequest using a DSL that looks kinda like on-the-wire HTTP/1.x requests.

Functions§

echo_path_service
Creates service that always responds with given status code and echoes request path as response body.