0.2.3
π Bug fix
Variables passed to setQuery()
, setPost()
and setCookies()
are now always cast to string
and (nested) arrays of strings.
The previous behaviour (storing the original array as is) could lead to unexpected bugs with code that expected the values returned by getQuery()
, getPost()
and getCookies()
to be strings, which is normally the case with data retrieved from an actual HTTP request.