- Fix: fixed request headers - Enhancement: added import_module function
0.5.2
-------------
- Enhancement: added support of Python 2.6
0.5.1
-------------
- Enhancement: http.Error stores default status as class attribute - Enhancement: returned support of Python 3.2 and 3.3
0.5.0
-------------
- Fix: fixed compatibility with the Python built-in `wsgiref` module - Fix: Request.content_length is always of int type - Fix: fixed len(Header) - Fix 16: http.Error supplies 'Content-Length' header - Enhancement: moved HttpError to http.Error - Enhancement: added tests of http.Data
0.4.2
-------------
- Enhancement: Response and Route became project global - Enhancement: removed support of Python 3.2 and 3.3 due to incompatibility
0.4.1
-------------
- Enhancement: route sequences can include routes and another sequences (nested route sequences) - Enhancement: enabled Travis CI integration - Enhancement: added default Content-Type