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

Is this working with multipartrequests? #68

Closed gutisalex closed 3 years ago

gutisalex commented 3 years ago

I need to work with a soap API and all their endpoints run over a multipartrequest. Is there a way to intercept those as well? I could not figure that out yet? Do you have a little example?

KR

CodingAleCR commented 3 years ago

Multipart support is still being worked on, so as of right now, the latest release does not support it yet.

gutisalex commented 3 years ago

thx for the info...

khannah commented 2 years ago

Hey, do you have a deadline when you want to support multipart requests. Thanks.

CodingAleCR commented 2 years ago

Hey, unfortunately not yet since I have been too invested into my job and have not been able to give this as much time as it has needed. 😞

On the other hand, contributions are always welcomed and encouraged 🥳👌🏼

CodingAleCR commented 2 years ago

Multipart requests are added on #98 and to the 2.0.0 beta, feel free to try it out if you want ;)