QuickHandlers

caliban.QuickHandlers
final case class QuickHandlers[-R](api: RequestHandler[R, Nothing], upload: RequestHandler[R, Nothing], webSocket: RequestHandler[R, Nothing])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def @@[R1 <: R](aspect: HandlerAspect[R1, Unit]): QuickHandlers[R1]

Applies a ZIO HTTP HandlerAspect to both the api and upload handlers

Applies a ZIO HTTP HandlerAspect to both the api and upload handlers

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product