Added support for matrix parameters.
This commit is contained in:
parent
9e5bed268e
commit
8ee9b60a50
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ toValidFunctionName [] = "_"
|
|||
|
||||
type MatrixArg = QueryArg
|
||||
|
||||
type MatrixArg = QueryArg
|
||||
|
||||
data Url = Url
|
||||
{ _path :: Path
|
||||
, _queryStr :: [QueryArg]
|
||||
|
|
Loading…
Reference in a new issue