OkHttpFutureBackend

sttp.client3.okhttp.OkHttpFutureBackend
See theOkHttpFutureBackend companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(options: SttpBackendOptions, customEncodingHandler: EncodingHandler, webSocketBufferCapacity: Option[Int])(implicit ec: ExecutionContext): SttpBackend[Future, WebSockets]
def stub(implicit ec: ExecutionContext): SttpBackendStub[Future, WebSockets]

Create a stub backend for testing, which uses the Future response wrapper, and doesn't support streaming.

Create a stub backend for testing, which uses the Future response wrapper, and doesn't support streaming.

See SttpBackendStub for details on how to configure stub responses.

Attributes

def usingClient(client: OkHttpClient, customEncodingHandler: EncodingHandler, webSocketBufferCapacity: Option[Int])(implicit ec: ExecutionContext): SttpBackend[Future, WebSockets]