Added support for matrix parameters.

This commit is contained in:
Daniel Larsson 2015-01-03 18:52:18 +01:00 committed by Julian K. Arni
parent 9e5bed268e
commit 8ee9b60a50

View File

@ -117,6 +117,8 @@ toValidFunctionName [] = "_"
type MatrixArg = QueryArg
type MatrixArg = QueryArg
data Url = Url
{ _path :: Path
, _queryStr :: [QueryArg]