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§
- Request
Builder - Request builder for fluent API
- Test
Client - HTTP test client for making requests in tests
- Test
Response - Test response wrapper with assertion methods
Traits§
- Authenticated
User - Trait for users that can be authenticated in tests