Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 868 Bytes

CHANGES.md

File metadata and controls

26 lines (21 loc) · 868 Bytes

Unreleased

  • client, server: support tunnels with `CONNECT (#140)
  • types: add Headers.singleton (#146)

0.2.0 2024-09-04

  • client: report exceptions before closing the response body (#135)
  • server: process requests after EOF (#136)
  • surface (body) write errors through flush (#138)
    • Body.Writer.flush now takes a callback of the type ([ `Written | ` Closed] -> unit), informing the caller whether the previous writes have been written or whether the output channel was closed.

0.1.0 2024-06-08

  • Initial public release