automorph.transport.http.client

Members list

Type members

Classlikes

final case class SttpClient[Effect[_]] extends ClientTransport[Effect, Context]

STTP HTTP & WebSocket client message transport plugin.

STTP HTTP & WebSocket client message transport plugin.

Uses the supplied RPC request as HTTP request body and returns HTTP response body as a result.

Type parameters

Effect

effect type

Value parameters

backend

STTP backend

effectSystem

effect system plugin

method

HTTP request method

url

remote API HTTP or WebSocket URL

Attributes

Constructor

Creates an STTP HTTP & WebSocket client message transport plugin with the specified STTP backend.

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ClientTransport[Effect, Context]
class Object
trait Matchable
class Any
Show all
object SttpClient

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SttpClient.type