gohypergiant / standard-toolkit

The web "standard library" for the Accelint family of systems.
Apache License 2.0
1 stars 0 forks source link

TODO: stub http utils package #13

Open brandonjpierce opened 4 months ago

brandonjpierce commented 4 months ago

Things like:

brandonjpierce commented 4 weeks ago

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

brandonjpierce commented 4 weeks ago

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

belsrc commented 1 day ago

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?