A fakeable http client. Allows unit tests to intercept requests and replace them with pre-configured responses. This is useful for stubbing out external services.
This package includes:
- HttpContextExceptionsMiddleware for handling web application exceptions with JSON responses for different exception types.
- PaginatedRequest for providing an expected paginated request from an API controller.
- PaginatedResponse for providing an result...
More information