------------------
- New HTTP parser, using python `http-parser <https://github.com/benoitc/http-parser>`_
in C based on http-parser from Ryan Dahl.
- Fix UnboundLocalError
- Sync oauth with last python-oauth2 (fix POST & encoding issues)
- Improve sending
Breaking changes:
+++++++++++++++++
- Headers is an IOrderdDict object now, wich means by default you can
get any headers case insensitively using get or headers[key], as a
result the method **iget** has been removed.