HttpChannel

trait HttpChannel extends AutoCloseable

A low-level interface for sending HTTP requests without managing retries or filters

trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Abstract methods

def send(req: Request, channelConfig: ChannelConfig): Response

Send the request without modification.

Send the request without modification.

def sendAsync(req: Request, channelConfig: ChannelConfig): Future[Response]

Inherited methods

def close(): Unit
Inherited from:
AutoCloseable