----------------
Major update.
* Simplified the parsing `Data` class by dropping the attempts at
mimicking `MultiDict`. Parsing no longer separate files from form
data and values are stored as a list of tuples containing (name, value).
* `FormData`, `TypeCastingDict` and `Query` classes were removed.