v0.0.9
Breaking
send_responsedrops theversionandreasonarguments (#24). The new signature issend_response(status, headers=None). The version is taken from the request zttp parsed (falling back to1.1), and the reason phrase is derived from the status, so callers pass neither. Updatesend_response(b"1.1", status, reason, headers)tosend_response(status, headers). For interim1xxresponses, usesend_informational.
Full changelog: v0.0.8...v0.0.9