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: adds request data to response #85

Closed CodingAleCR closed 3 years ago

CodingAleCR commented 3 years ago

An approach towards adding request data to the response data class and improving documentation along the way.

Based on @II11II implementation at #84

Closes #83

II11II commented 3 years ago

Awesome