v1.0.2
What is new:
- Fix bug that prevent multipart/form-data request from being parsed correctly.
- Fix access violation bug when multipart/form-data does not contain file upload.
- Change precedence of body parameters over query strings. Now body parameters are looked first when using getParam() method. This is to reduce risk of HTTP parameters pollution using cross-channel pollution.