-------------
*Feature* - Added ``exceptions.py`` so that you can throw errors from handlers.
This is much like Djangos raise Http404.
Currently only 404's are implemented.
Added ``request.py`` to wrap gevents WSGI ``Environment`` and
``start_response`` variables and provide additional functionality
(adding cookies, redirects..)
Added more comments