HttpRouteSyntax

zio.http.Http$.HttpRouteSyntax
final implicit class HttpRouteSyntax[R, Err](val self: HttpApp[R, Err]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def whenPathEq(path: Path)(implicit trace: Trace): HttpApp[R, Err]
def whenPathEq(path: String)(implicit trace: Trace): HttpApp[R, Err]

Concrete fields

val self: HttpApp[R, Err]