Adds a Timer tab to the request editor for interval polling and one-shot delayed sends. Form fields support {{variables}} resolved from collection and environment variables.
Use the timer plugin to re-send requests at regular intervals or after a delay. For instance, to refresh authentication tokens or check for new data.
pnpm install
pnpm buildIn HarborClient: Settings → Plugins → Load unpacked… and select this directory.
Requires HarborClient >=1.8.0 with hc.host.sendRequest (@harborclient/sdk >=0.4.3).
pnpm dev| Mode | Behavior |
|---|---|
| Interval | Resend every N milliseconds until stopped |
| Delay | Send once after N milliseconds (one-shot) |
Optional max sends caps interval runs. Settings are persisted per request URL/method fingerprint.
MIT
