Bohdan Senyshyn

Results 1 issues of Bohdan Senyshyn

**Description:** If we have to create route with some parameters, like: ``` case GET -> Root / "data" :? CodeQueryParam(code) +& ShowCurrentDataQueryParam(showCurrentData) object ShowCurrentDataQueryParam extends OptionalQueryParamDecoderMatcher[Boolean]("showCurrentData") object CodeQueryParam extends QueryParamDecoderMatcher[String]("code")...

enhancement
module:blaze-server