ArmeriaCatsBackend

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_] : Async](options: SttpBackendOptions): SttpBackend[F, Any]

Creates a new Armeria backend, using the given or default SttpBackendOptions. Due to these customisations, the client will manage its own connection pool. If you'd like to reuse the default Armeria ClientFactory use .usingDefaultClient.

Creates a new Armeria backend, using the given or default SttpBackendOptions. Due to these customisations, the client will manage its own connection pool. If you'd like to reuse the default Armeria ClientFactory use .usingDefaultClient.

def resource[F[_] : Async](options: SttpBackendOptions): Resource[F, SttpBackend[F, Any]]
def usingClient[F[_] : Async](client: WebClient): SttpBackend[F, Any]
def usingDefaultClient[F[_] : Async](): SttpBackend[F, Any]