Expand description
HTTP client for making test API requests. API Client for testing
Similar to DRF’s APIClient, provides methods for making test requests with authentication, cookies, and headers support.
Structs§
- APIClient
- Test client for making API requests
- APIClient
Builder - Builder for creating APIClient with custom configuration
Enums§
- Client
Error - Errors that can occur when using the API test client.
- Http
Version - HTTP version configuration for APIClient
Type Aliases§
- Client
Result - Result type for API client operations.
- Request
Handler - Type alias for request handler function