19 Commits

Author SHA1 Message Date
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
46ef3857e9 fix(core): update 2024-04-17 20:19:51 +02:00
98f224e6f4 fix(core): update 2024-04-17 20:15:46 +02:00
adca345da1 fix(core): update 2024-03-03 10:36:24 +01:00
5af1863264 fix(core): update 2023-10-20 18:01:12 +02: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
43820d0278 fix(core): update 2023-07-03 10:08:04 +02:00
ba231de502 fix(core): update 2023-05-01 13:11:41 +02:00
f28f5b8f46 fix(core): update 2023-05-01 12:26:15 +02:00
240b2fc69a fix(core): update 2023-03-07 16:04:08 +01:00
2a715e5b80 fix(core): update 2023-03-07 11:31:25 +01:00
76733cc96a fix(core): update 2023-03-07 11:30:00 +01:00
3b7378386f fix(core): update 2023-02-12 19:08:50 +01:00
9af837124a fix(core): update 2023-02-12 19:07:30 +01:00
a46af3a431 fix(core): update 2023-02-12 17:54:00 +01:00
d845e19934 fix(core): update 2023-02-12 17:46:49 +01:00
1e58f77142 fix(core): update 2023-02-11 18:19:02 +01:00