Skip to main content

Module test_client

Module test_client 

Source

Structs§

TestClient
An in-process HTTP test client that dispatches requests directly through an Application without opening a TCP socket.
TestRequest
A pending test request. Chain builder methods then call TestRequest::send.
TestResponse
The result of a dispatched test request.