This repository was archived by the owner on Jun 4, 2025. It is now read-only.
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.