Packages

A minimal wrapper around Mint providing pooling functionality

Current section

Files

Jump to
freshness CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.2.3
- bug: update pool on request error
## v0.2.2
- mapped mint request error 3-element tuple to 2-element error tuple
## v0.2.0
- fixed bug where only last batch of data was returned
- grouped responses into a Response struct
## v0.1.0
- initial pooling support
- support for simple requests (tested for HTTP1 only)