Release 1.1.0
What's new?
Added new helper functions
- Add
ParseForm(...)&ParseMultiPartForm(...)functions that also add the SEO params to the parsed Form eg./users/:id,idwill be added to the request.Form just like normal query params would be. - Modify
Decode(...)function to use the new #1 functions whenincludeQueryParams=true