ToHandler

zio.http.ToHandler
See theToHandler companion object
trait ToHandler[H]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Env
type Err
type In
type Out

Value members

Abstract methods

def toHandler(h: => H): Handler[Env, Err, In, Out]