fzn0x / hypf

🤏 Small (2.5kB MINIFIED + GZIPPED & 0 dependencies) and strong-typed HTTP client for Deno, Bun, Node.js, Cloudflare Workers and Browsers.
https://bundlephobia.com/package/hypf@0.2.3
MIT License
33 stars 1 forks source link

Setting credentials include in `init` #8

Closed fzn0x closed 5 months ago

fzn0x commented 5 months ago

Setting credentials include in production environment per endpoint is pain

We should be able to setting credentials: include in createRequest.

This means

The same RequestOptions will be shared for all endpoints using the same createRequest group

fzn0x commented 5 months ago

Will be added in v0.2.2