v0.3.0
- Features:
- Add TLS client authentication support.
- Add TLS OCSP stapling support.
- Add
From<Reject>
forRejection
. - Add
close_frame
accessor tows::Message
.
- Changes:
- Update to Tokio v1.
- Update to Bytes v1.
- Update to hyper v0.14.
- Rework
sse
filter to be more likews
, with a singleEvent
type and builder. - Change
cookie
filter to extract a genericFromStr
value.