Extended RequestInit with request tracking

interface RequestConfig {
    requestId?: string;
    tags?: string[];
}

Hierarchy

  • RequestInit
    • RequestConfig

Properties

Properties

requestId?: string

Optional request ID for tracking and cancellation

tags?: string[]

Optional tags for grouping requests