gohypergiant / standard-toolkit

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

Stub http utils package #13

Open brandonjpierce opened 6 months ago

brandonjpierce commented 6 months ago

Things like:

brandonjpierce commented 2 months ago

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

brandonjpierce commented 2 months ago

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

belsrc commented 1 month 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?