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: add bodyBytes to response #59

Closed CodingAleCR closed 3 years ago

CodingAleCR commented 3 years ago

This allows decoding on your own encoding.

Resolves #52