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

BaseRequest field is added #83 #84

Closed II11II closed 3 years ago

II11II commented 3 years ago

BaseRequest field is needed when developer want to show logs in UI

CodingAleCR commented 3 years ago

Hi, thanks for the PR, it's awesome. I've taken your approach and revamped it a little bit with some documentation improvements and a couple of tests. I'll still be adding you as code and tests to all contributors as this is completely your contribution. Please take a look at #85 and let me know your thoughts and if this satisfies your need. Cheers!