Implementation of ksrpc channels that uses a ktor HttpClient to communicate over HTTP. Sends each RPC call as an HTTP request; binary payloads are streamed via ktor's byte channel integration.
HttpClient
HTTP client channel, connection factory, and error-mapping utilities for ktor-based clients.