Custom Framework
You can write an interceptor for any framework. It requires two steps:
- Read the HTTP headers of the incoming request.
- Capture outgoing HTTP requests.
Check out the reference implementations in the src/interceptors directory.
You can write an interceptor for any framework. It requires two steps:
Check out the reference implementations in the src/interceptors directory.