purescript-hyper / purescript-trout

Type-Level Routing for PureScript
Mozilla Public License 2.0
41 stars 16 forks source link

Implement QueryFlag #21

Open martyall opened 3 years ago

martyall commented 3 years ago

The Servant combinator QueryFlag allows for the use things like /books?published to signify that only books which are published should be returned. There is no analogous combinator in this library, I would be happy to implement it myself.