authenticated_http_client 0.1.0
authenticated_http_client: ^0.1.0 copied to clipboard
An advanced authenticated HTTP client introduces a `factory` feature that generates request functions based on API URI definitions in WYSIWYG style. Besides, it also supports `mock` and `silent` modes [...]
0.1.0 #
- Feature #1: Support
factory
silent
mock
for Authenticated Http Client - Feature #2: Support api resolve of request URI definitions in WYSIWYG style
- Feature #3: Request functions generated can be accessed by dot notation
- Feature #4: Define Abstract HttpHeadersInterceptor for custom header processing
- Feature #5: Support RouterHelper managing when and how authenticated http client to redirect