Module
Yoga.Fastify.Route.ParseQueryParams
- Package
- purescript-yoga-fastify
- Repository
- rowtype-yoga/purescript-yoga-fastify
#ParseQueryParamsFromObject Source
class ParseQueryParamsFromObject :: Row Type -> Constraintclass ParseQueryParamsFromObject (query :: Row Type) where
Members
Instances
(RowToList query rl, ParseQueryParamsFromObjectRL rl query) => ParseQueryParamsFromObject query
#ParseQueryParamsFromObjectRL Source
class ParseQueryParamsFromObjectRL :: RowList Type -> Row Type -> Constraintclass ParseQueryParamsFromObjectRL (rl :: RowList Type) (query :: Row Type) | rl -> query where
Members
Instances
ParseQueryParamsFromObjectRL Nil ()(IsSymbol name, ParseParam ty, ParseQueryParamsFromObjectRL tail tailRow, Cons name (Maybe ty) tailRow query, Lacks name tailRow) => ParseQueryParamsFromObjectRL (Cons name (Maybe ty) tail) query(IsSymbol name, ParseParam ty, ParseQueryParamsFromObjectRL tail tailRow, Cons name ty tailRow query, Lacks name tailRow) => ParseQueryParamsFromObjectRL (Cons name ty tail) query
- Modules
- Yoga.
Fastify. Auth. Argon2 - Yoga.
Fastify. Auth. JWT - Yoga.
Fastify. Fastify - Yoga.
Fastify. Plugin - Yoga.
Fastify. Plugin. Cors - Yoga.
Fastify. Plugin. Helmet - Yoga.
Fastify. Plugin. RateLimit - Yoga.
Fastify. Plugin. WebSocket - Yoga.
Fastify. Route. HandleResponse - Yoga.
Fastify. Route. HandleRoute - Yoga.
Fastify. Route. ParseBody - Yoga.
Fastify. Route. ParseHeaders - Yoga.
Fastify. Route. ParsePathParams - Yoga.
Fastify. Route. ParseQueryParams - Yoga.
Fastify. Route. SetHeaders