authenticated_http_client 0.2.4
authenticated_http_client: ^0.2.4 copied to clipboard
An advanced authenticated HTTP client introduces `factory` feature that generates request futures from API definitions in WYSIWYG style, with extra support for `mock`, `silent`.
0.2.4 #
- extend request id from factory function for outside ajax tracking purpose
0.2.3 #
- bug fixed for requestId mark
- introduce throttling for requests concurrency control
0.2.2 #
- request.headers add unique request id and print in http_interceptor
0.2.1 #
- tiny tuned
0.2.0 #
- Bug fixed for ajax requests and initialization
0.1.6 #
- README tuned
0.1.5 #
- README tuned
0.1.4 #
- README tuned
0.1.3 #
- LICENSE README files optimization
0.1.2 #
- tiny code optimization
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