micro_core_http 0.0.4 micro_core_http: ^0.0.4 copied to clipboard
This package is a wrapper of the dio package with a handful of features outside the box.
0.0.4 #
- Migrating to DIO.
0.0.3 #
- Adding example.
- Adding some unit testes.
- Updating documentation.
0.0.2 #
- Updating documentation.
0.0.1 #
- Basic HTTP Requests (DELETE, GET, PATCH, POST, PUT)
- Request's Authorization and Logging can be easily implemented and in an organized way
- Retry Requests setting number of retries and delay between retries
- Refresh the authorization tokens implementing the interceptor for that.