zio.http.internal.FetchDriver
See theFetchDriver companion object
final case class FetchDriver() extends Driver[Any, Scope, Throwable]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Driver
Attributes
- Inherited from:
- Driver
Attributes
- Inherited from:
- Driver
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
final def refineOrDie[Err2](pf: PartialFunction[Throwable, Err2])(implicit ev1: IsSubtypeOfError[Throwable, Throwable], ev2: CanFail[Throwable], trace: Trace): Driver[Any, Scope, Err2]
Attributes
- Inherited from:
- Driver
Attributes
- Inherited from:
- Driver
In this article