AllowZIO

zio.http.HttpAppMiddleware$.AllowZIO
final class AllowZIO(val unit: Unit) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[R, Err](condition: Request => ZIO[R, Err, Boolean]): HttpAppMiddleware[Nothing, R, Err, Any]

Concrete fields

val unit: Unit