Interface ReplayRequest

Represents a single request in a replay.

interface ReplayRequest {
    bodySegments?: Record<string, unknown>[];
    headers?: Record<string, string>;
    method?: string;
    url?: string;
}

Properties

bodySegments?: Record<string, unknown>[]
headers?: Record<string, string>
method?: string
url?: string
MMNEPVFCICPMFPCPTTAAATR