CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
MIT License
133 stars 67 forks source link

Cancel http request #97

Closed LucPham closed 2 years ago

LucPham commented 2 years ago

Hi, Can I cancel a http processing request?

CodingAleCR commented 2 years ago

Hey, so sorry for the delayed response, as of right now there is not an exact way to cancel a request. I have noted the feature and added it to the roadmap. Cheers!

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

vixez commented 2 years ago

@CodingAleCR I have added a way to cancel active requests (not a single request) to this PR https://github.com/CodingAleCR/http_interceptor/pull/96