Including Credentials in Requests with Custom Client Using `@effect/platform/HttpClient`
I am wondering how I can include credentials for requests I'm making with the custom client I have build using the
Normally I would do something like this:
Is there some
@effect/platform/HttpClient package. Right now I'm building a BaseApiClient like this:Normally I would do something like this:
Is there some
Http.request property I'm not seeing?