authenticated_http_client 0.1.1
authenticated_http_client: ^0.1.1 copied to clipboard
An advanced authenticated HTTP client introduces a `factory` feature that generates request functions based on API URI definitions in WYSIWYG style and supports `mock` and `silent` modes for development.
0.1.1 #
- Upgrade dependencies like
http
http_interceptor
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