^^^^^
* Fixed a bug that caused a KeyError upon receiving requests whose methods
were not GET, POST, PUT or DELETE
* You may now pass a dictionary of HTTP headers to Views_render.
* Views_render no longer requires a template.
* Views_render's 'template' argument now defaults to 'None'.
* Views_render's 'status' argument now defaults to '200'.
* Respite now responds to HTTP OPTIONS.
* Respite now responds to HTTP HEAD.