- Nothing changed yet.
- remove stale dep on six
- use github actions as CI
- Drop support for python3.6 and bellow
- PATCH added into (default) list of allowed methods
- Allow to use URIs with no path
- Clean up connection before returning result. This removes some ResourceWarnings when testing
- Add OPTIONS to defaults allowed methods
- Drop restkit support
- Drop py26 support
- Undo webob's unquoting to handle paths with percent quoted utf8 characters [Laurence Rowe]
- Include README_fixt.py in release
- fix tests.
- change the way requests iter response
Make allowed_methods check optional
Return the data not gzip decoded when using request
Initial release