CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this working with multipartrequests?

gutisalex opened this issue · comments

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

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

thx for the info...

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

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 🥳👌🏼

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