helperdiscord / petitio

An HTTP/S library designed to be simple, fast, and type-strong.
https://helperdiscord.github.io/petitio/
MIT License
44 stars 6 forks source link

feat: request aborting signal #22

Closed wonderlandpark closed 3 years ago

wonderlandpark commented 3 years ago

This would solve...

I think we need a signal. (for request aborting)

The implementation should look like...

It should be something like putting AbortController at option.

I have also considered...

N/A

Additional context

N/A