Module client

Source
Expand description

HTTP testing client and response utilities

Provides a fluent API for making HTTP requests in tests and comprehensive assertions for validating responses.

Structs§

RequestBuilder
Request builder for fluent API
TestClient
HTTP test client for making requests in tests
TestResponse
Test response wrapper with assertion methods

Traits§

AuthenticatedUser
Trait for users that can be authenticated in tests