Setting a Uniform Base URL for HttpClientRequest in Effect-TS

Hi, everyone
Is there any way to uniformly prefabricate a baseurl for HttpClientRequest?
For example, I have a set of requests that all use the same baseurl. I wonder if I can set the baseurl uniformly on HttpClientRequest or HttpClient, just like axios or ky can do? I seem to have not found a good implementation example in effect-ts?
Was this page helpful?