HttpURLConnectionBackend

Companion:
object
trait SttpBackend[Identity, Any]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def close(): Unit
Definition Classes
override def send[T, R >: Any & Effect[Identity]](r: Request[T, R]): 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]).

Definition Classes

Implicits

Implicits

implicit override val responseMonad: MonadError[Identity]

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.