Piped Equivalent for Customizing HTTP Client in Effect Typescript

What is the piped equivalent of this example of customizing the http client?

I'm trying this, however, it is not working:

HttpClient.HttpClient.pipe(HttpClient.tapRequest(Console.log))
Was this page helpful?