Revision history for HTTP-API-Client
0.02 2026-08-16
- Add conservative automatic retry support.
- Retry GET/HEAD/PUT/DELETE/OPTIONS by default, but not POST/PATCH.
- Add exponential backoff with jitter and numeric Retry-After support.
- Allow retry policy overrides per client and per request.
0.01 2026-08-16
- Initial release.
- Add base URL and headers.
- Add JSON request/response helpers.
- Add structured errors and injectable transport.