Skip to content

0.3.0

Compare
Choose a tag to compare
@seocam seocam released this 24 Nov 12:52
· 367 commits to master since this release
  • Added support to Python3
  • Added automated tests
  • Support to URL rewrite
  • Support to multiple parameters with same name
  • Added support to HEAD, PUT, DELETE and OPTIONS methods.
  • Improved code quality with flake8
  • Added support to any 'Content-Type' on POST requests (previously only supported multipart/form-data)
  • Better encoding handling
  • Fixed redirect bugs

Thanks to @alexandreab, @carloshfoliveira and @rougeth to helped a lot in this release cycle and also to @chaws for reporting the content-type and multiple parameters bugs!