-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
Description
Feature Request
Description
- Support adding interceptors into OkHttp client, allowing users to customize and extend its behavior.
- Reference: OkHttp Interceptors
Use case
- The interceptor mechanism provides a flexible way to modify requests and responses, enabling various enhancements such as logging, authentication, and request modification.
- For organizations and teams using this library, interceptors offer a standardised approach to extending functionality while maintaining consistency across implementations.