HttpChannel

wvlet.airframe.http.client.HttpChannel
trait HttpChannel extends AutoCloseable

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

Attributes

Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

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

Send the request without modification.

Send the request without modification.

Attributes

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

Inherited methods

def close(): Unit

Attributes

Inherited from:
AutoCloseable