Skip to content

Releases: kennethreitz/responder

New Router and Schema

19 Oct 11:21
b8aea89
Compare
Choose a tag to compare
Merge pull request #397 from taoufik07/update_pipfile

Bump versions

ASGI 3

15 Aug 20:59
d820f02
Compare
Choose a tag to compare

ASGI 3 Support !

v1.3.0

22 Feb 10:39
Compare
Choose a tag to compare

Fixed

  • Multiple cookies.
  • Whitenoise returns not found.
  • Other bugfixes.

Added

  • Stream support via resp.stream.
  • Cookie directives via resp.set_cookie.
  • Add resp.html to send HTML.
  • Other improvements.