AbstractCurlBackend

sttp.client3.AbstractCurlBackend
See theAbstractCurlBackend companion object
abstract class AbstractCurlBackend[F[_]](monad: MonadError[F], verbose: Boolean) extends SttpBackend[F, Any]

Attributes

Companion
object
Graph
Supertypes
trait SttpBackend[F, Any]
class Object
trait Matchable
class Any

Members list

Type members

Types

type PE = Any & Effect[F]

Value members

Concrete methods

override def close(): F[Unit]

Attributes

Definition Classes
override def send[T, R >: PE](request: Request[T, R]): F[Response[T]]

Type parameters

R

The capabilities required by the request. This must be a subset of the the capabilities supported by the backend (which always includes Effect[F]).

Attributes

Definition Classes

Implicits

Implicits

implicit override val responseMonad: MonadError[F]

A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.

A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.

Attributes