authenticated_http_client
An advanced authenticated HTTP client introduces `factory` feature that generates request futures from API definitions in WYSIWYG style, with extra support for `mock`, `silent`.
What this package is like to depend on
Last release 1 months ago
22 Jul 2026
Release timing varies
gaps range from 9 days to 4 months
Nearly every release is documented
notes for 25 of 25 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
25 releases · first in 2025
13 releases in the last 12 months
see the full history below
Release timeline
25 releases · Jan 2025 to Jul 2026
2026
Releases
latest 25-
0.2.1722 Jul 2026Release notes
Open source →- route resource mock responses through the same built-in response interceptor as real HTTP requests
-
0.2.1610 Jul 2026 -
0.2.1507 Jul 2026 -
0.2.1430 Apr 2026 -
0.2.1330 Apr 2026Release notes
Open source →- adaptive support for mock request path with path params like /api/plan/:id/details or /api/plan/{id}/details
-
0.2.1226 Jan 2026 -
0.2.1119 Jan 2026 -
0.2.1025 Dec 2025 -
0.2.903 Dec 2025 -
0.2.821 Nov 2025 -
0.2.720 Oct 2025 -
0.2.615 Oct 2025Release notes
Open source →- bug fixed for path params resolve /task/{id}
- support ErrorHttpResponseInterceptorHandler handling fail response or exception caught
- support
authenticateconfig for request - support
maxThrottlingNumconfig for client init - support
onReceiveProgressfor download request - tiny tuned for download and upload request
-
0.2.510 Oct 2025 -
0.2.413 Jun 2025Release notes
Open source →- extend request id from factory function for outside ajax tracking purpose
-
0.2.316 Apr 2025Release notes
Open source →- bug fixed for requestId mark
- introduce throttling for requests concurrency control
-
0.2.207 Mar 2025 -
0.2.101 Mar 2025 -
0.2.017 Feb 2025 -
0.1.603 Feb 2025 -
0.1.501 Feb 2025 -
0.1.427 Jan 2025 -
0.1.327 Jan 2025 -
0.1.226 Jan 2025 -
0.1.126 Jan 2025 -
0.1.026 Jan 2025Release notes
Open source →- Feature #1: Support
factorysilentmockfor 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
- Feature #1: Support