📄️ HTTP Requests
Reqon provides powerful HTTP request handling with built-in support for pagination, retries, rate limiting, and more.
📄️ Pagination
Reqon provides built-in support for the three most common pagination strategies: offset-based, page number-based, and cursor-based.
📄️ Retry strategies
Reqon provides built-in retry handling for transient failures with configurable backoff strategies.
📄️ Incremental sync
Incremental sync allows you to fetch only changes since the last run, reducing API calls and improving performance.
📄️ Rate limiting
Reqon provides adaptive rate limiting that learns from API responses and respects rate limit headers.
📄️ Circuit breaker
The circuit breaker pattern prevents cascading failures when an API is experiencing problems. Reqon includes a built-in circuit breaker for robust error handling.