httpie
httpie copied to clipboard
Ability to abort requests
welp, I'm in a place where I need to abort requests sometimes.
- node:
request.destroy() - XHR:
request.abort() - fetch: you pass in a
signalthat's anew AbortController()that you canabortlater or whatever
it would be cool if httpie exposed a cross-platform method for aborting a request.
But is it cool enough for lukeed to add it? 🤔