| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dio 5.11.0 source code.tar.gz | 2026-07-25 | 3.2 MB | |
| dio 5.11.0 source code.zip | 2026-07-25 | 3.4 MB | |
| README.md | 2026-07-25 | 566 Bytes | |
| Totals: 3 Items | 6.6 MB | 0 | |
## What's new
- Add
queryandqueryUriconvenience methods for the HTTP QUERY method defined in RFC 10008, which allows a request body for safe, idempotent queries. - Fix
FusedTransformer(the default transformer) throwing aFormatExceptionon an empty response body when a customresponseDecoderis set. It now returns an empty result, consistent withSyncTransformerandBackgroundTransformer. - Fix concurrent requests hanging or reporting uncaught errors when an interceptor shares a failing Future, such as in request deduplication.