Replies: 2 comments 2 replies
-
Retry functionality is something you can wrap around a given routine and timeouts you can manage through AbortSignal instances passed to the individual routines that execute http requests. I do not plan to support http client swapping. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm looking for feedback for this request in #94 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have read the docs and seems like to execute the http request the library use fetch, is any way to provide an alternative client? We were looking for a client that support timeouts, retries... as for example https://github.com/sindresorhus/ky.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions