Is there any way to cancel an http request sent via feign client? I thought of intercepting the requests to store them somewhere so I can abort them if needed but there no such method provided by "Request" class. I want to abort file download.
Asked
Active
Viewed 197 times
0
-
did you find an answer to your question ? I would like to know how to abort HTTP requests when using Feign as well – jackfr0st Oct 28 '19 at 05:37
-
unfortunately not, used async-http-client in the end – ortashe Oct 28 '19 at 14:08