What's the easiest way to extent the default HttpClient.layer with a global request logger? I've been struggling to figure out how to build my own layer or extend the existing one without copy and pasting a bunch. I love the way middleware is setup on the server, would love the same API on the client.