extended_http 0.0.4
extended_http: ^0.0.4 copied to clipboard
It extends HTTP package then combine with Hive to provide cache. It also supports authorization via custom headers.
0.0.4 Oct 21, 2022. #
Improve config headers to add new values instead of replace all.
From now, when calling config(headers: {new-headers})
- matched headers will be overwritten
- while others headers will be kept
0.0.3 Oct 5, 2022. #
Remove import dart:io
0.0.2 Oct 5, 2022. #
Update package description
0.0.1 Oct 5, 2022. #
Splitted from remote_data_provider
Support API response caching and custom authorization headers