v0.0.8
What's new
Connection.send_informational(status, headers=None)(#22). Serialize an interim 1xx response (100 Continue,103 Early Hints) that precedes the final response on the same message cycle. Unlikesend_response, it does not consume the cycle - the real response still follows. The reason phrase is derived from the status and the version is always1.1. Status must be100..199, excluding101 Switching Protocols(terminal, not interim).- Cron-scheduled fuzzing for the parser core (#21).
Full changelog: v0.0.7...v0.0.8