zhttp.HttpRoutes$
See theHttpRoutes companion class
object HttpRoutes
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HttpRoutes.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def OptionToOptionalZIOError[A, Env](oza: Option[ZIO[Env, Throwable, A]]): ZIO[Env, Option[Exception], A]
def ofWithFilter[Env](filter0: WebFilterProc[Env], postProc0: PostProc)(pf: PartialFunction[Request, ZIO[Env, Throwable, Response]]): HttpRoutes[Env]
def ofWithPostProc[Env](postProc: PostProc)(pf: PartialFunction[Request, ZIO[Env, Throwable, Response]]): HttpRoutes[Env]
In this article