Effect 3.8: Handling API Credentials After `HttpClient.fetch` Removal
Now that the
HttpClient.fetch client implementation has been removed in Effect 3.8, how might I go about including credentials in my API requests? There used to be a withFetchOptions combinator that could be used to set this option.