Axios Request Handler

JSON →
library 1.0.4 ·javascript maintenance
verified Jun 7, 2026

An Axios wrapper that adds polling, lock, and cancel support for HTTP requests. Version 1.0.4 released in 2019, no recent updates. Provides a simple class-based API with methods for get, post, poll, cancel, and status checks. Differentiates from raw Axios by offering built-in request deduplication (lockable/cancelable) and polling with interval callbacks.