transport
HTTP transport abstraction shared by routex-client and routex-refresh-client.
Pulled in transitively by both client modules. The default transport is a Ktor engine selected per platform; consumers needing a proxy, custom timeouts, mTLS, or test fakes can implement HttpTransport and pass it to the client constructor.