WithContext

zio.http.WithContext
See theWithContext companion object
trait WithContext[C]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Env
type Err
type Out

Value members

Abstract methods

def toZIO(h: => C): ZIO[Env, Err, Out]