Skip to content

v0.0.9

Choose a tag to compare

@Kludex Kludex released this 09 Jun 08:40
· 69 commits to main since this release
c7e1174

Breaking

  • send_response drops the version and reason arguments (#24). The new signature is send_response(status, headers=None). The version is taken from the request zttp parsed (falling back to 1.1), and the reason phrase is derived from the status, so callers pass neither. Update send_response(b"1.1", status, reason, headers) to send_response(status, headers). For interim 1xx responses, use send_informational.

Full changelog: v0.0.8...v0.0.9