Skip to content

Release 1.1.0

Choose a tag to compare

@deankarn deankarn released this 26 Sep 00:37
· 61 commits to master since this release

What's new?

Added new helper functions

  1. Add ParseForm(...) & ParseMultiPartForm(...) functions that also add the SEO params to the parsed Form eg. /users/:id, id will be added to the request.Form just like normal query params would be.
  2. Modify Decode(...) function to use the new #1 functions when includeQueryParams=true