Releases: mlalic/solicit
Releases · mlalic/solicit
v0.4.3
v0.4.2
- Additional trait bounds in response to Rust RFC 1214
- Add
Sized
bound toFrame
andTransportStream
traits - Add explicit lifetime bound to boxed iterator of
http::session::StreamIter
- Add
v0.4.1
v0.4.0
v0.3.0
v0.2.0
v0.1.0
- HTTP/2 connection API is now decoupled from the concrete IO mechanisms
- Async client can perform sends/writes on the same underlying stream concurrently
- HTTP/2 connection is no longer catered solely to clients, but also servers
- An API for plugging in custom data prioritization strategies (which stream's data should be sent)
- Clients can now send request bodies
Stream
trait has gained an API for fine-grained state management (no longer just open/closed, but all the states prescribed by the HTTP/2 spec are supported)- An example server is provided
- Integration tests targeting a live HTTP/2 server
v0.0.1
Initial crates.io release of solicit
-- https://crates.io/crates/solicit