19 Commits

Author SHA1 Message Date
c9c35169fc fix(tests): Fix tests and documentation: adjust test server routes and expectations, add timeout/fallback routes, and refresh README 2025-10-20 13:41:03 +00:00
54afcc46e2 feat: Implement comprehensive web request handling with caching, retry, and interceptors
- Added cache strategies: NetworkFirst, CacheFirst, StaleWhileRevalidate, NetworkOnly, and CacheOnly.
- Introduced InterceptorManager for managing request, response, and error interceptors.
- Developed RetryManager for handling request retries with customizable backoff strategies.
- Implemented RequestDeduplicator to prevent simultaneous identical requests.
- Created timeout utilities for handling request timeouts.
- Enhanced WebrequestClient to support global interceptors, caching, and retry logic.
- Added convenience methods for common HTTP methods (GET, POST, PUT, DELETE) with JSON handling.
- Established a fetch-compatible webrequest function for seamless integration.
- Defined core type structures for caching, retry options, interceptors, and web request configurations.
2025-10-20 09:59:24 +00:00
627fc42962 fix(core): update 2023-08-27 16:33:10 +02:00
8030851d2e fix(core): update 2023-07-27 13:59:21 +02:00
14bda0bfa3 fix(core): update 2023-07-09 17:24:52 +02:00
a46af3a431 fix(core): update 2023-02-12 17:54:00 +01:00
609c3833b1 fix(core): update 2022-05-29 20:22:42 +02:00
06caeaf7c8 fix(core): update 2022-03-16 16:23:32 +01:00
7d28f15f23 fix(core): update 2022-02-10 18:45:22 +01:00
adadd2c100 fix(core): update 2022-02-10 18:02:07 +01:00
11746c61bd fix(core): update 2020-10-15 18:46:21 +00:00
0b53be66f2 fix(core): update 2020-10-09 10:14:45 +00:00
c5f8e36104 fix(core): update 2020-06-25 22:45:19 +00:00
434dbd718a fix(core): update 2019-09-27 20:16:28 +02:00
9a9523cc13 BREAKING CHANGE(core): switch to support binary files in future versions 2019-06-04 15:40:30 +02:00
5dfc650f2c fix(core): update 2019-06-04 15:23:47 +02:00
a0f1590a8f fix(core): update 2018-12-04 17:35:40 +01:00
49772002f9 fix(core): update 2018-12-03 18:35:30 +01:00
3803de17e9 fix(core): update 2018-11-30 17:12:48 +01:00