Configuring Different HTTP Clients for Services in Effect Typescript

Hi.. Does something like this make sense to do:

export const UserServiceClient = Context.GenericTag<HttpClient.HttpClient>("@service/UserServiceClient");


And if so, how do I provide this to my user service? I don't know how to configure different http clients for my different services.
Was this page helpful?