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

HttpClientWithInterceptor.send() issue #29

Closed Bry1337 closed 4 years ago

Bry1337 commented 4 years ago

HttpClientWithInterceptor does not print request/response data when using send.

Is this a bug?

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.73. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

CodingAleCR commented 4 years ago

Hi, at the moment we don't fully support send method. I am currently working on this along with multipart requests and much more. More news on this coming soon!

CodingAleCR commented 2 years ago

Using send method was added on #98 and to the 2.0.0 beta, feel free to try it out if you want ;)