English | Русский
Concurrency queue plugin for Hyperttp.
- Controls concurrent request execution in the Core v2 pipeline.
- Supports protocol-neutral
SendRequest,UniversalResponse, andRequestContextvalues. - Helps protect downstream services from request bursts.
npm install @hyperttp/queue
# or
bun add @hyperttp/queueimport { HyperClient } from "hyperttp";
import { withQueue } from "@hyperttp/queue";
const client = new HyperClient({
plugins: [withQueue()],
});Configure the plugin with the exported QueueOptions type.
MIT © dirold2