CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
MIT License
134 stars 67 forks source link

Feature Request: Separate Request and Response Interceptors. #4

Closed CodingAleCR closed 4 years ago

CodingAleCR commented 5 years ago

Feature Request

🗒 Description

Separate Request and Response Interceptors so that you can set one and not the other, that would also allow for reverse order of interceptors without affecting the response.