Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stub http utils package #13

Open
brandonjpierce opened this issue May 29, 2024 · 3 comments
Open

Stub http utils package #13

brandonjpierce opened this issue May 29, 2024 · 3 comments
Labels
setup Repo setup and architecture

Comments

@brandonjpierce
Copy link
Contributor

Things like:

  • auto retries for failed requests
  • auto json/text/binary parsing based on content type
  • better instrumentation
  • deduping
  • etc
@brandonjpierce
Copy link
Contributor Author

Can probably just use https://github.com/unjs/ofetch tbh, it has most of what we want baked in

@brandonjpierce
Copy link
Contributor Author

Could also compose some things from @deno/std like https://github.com/denoland/std/blob/main/async/retry.ts

@belsrc
Copy link
Contributor

belsrc commented Oct 23, 2024

Given your comments, same thing mentioned in #17 . If we are just saying "use this npm package if you desire", is there an actual need for this to be a repo package? If so, is there enough to necessitate a stand-alone package?

@belsrc belsrc changed the title TODO: stub http utils package Stub http utils package Nov 17, 2024
@belsrc belsrc added the setup Repo setup and architecture label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Repo setup and architecture
Projects
None yet
Development

No branches or pull requests

2 participants