WSHandler

gql.http4s.WSHandler$
See theWSHandler companion trait
object WSHandler

Attributes

Companion
trait
Source
Http4sRoutes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
WSHandler.type

Members list

Type members

Types

type Aux[F[_], A0] = WSHandler[F] { type A = A0; }

Attributes

Source
Http4sRoutes.scala

Value members

Concrete methods

def apply[F[_], A](preParsing: Map[String, Json] => F[Either[String, A]], compile: (QueryParameters, A) => Resource[F, Outcome[F]]): WSHandler[F]

Attributes

Source
Http4sRoutes.scala