Interface RequestInfo

interface RequestInfo {
    attempt: number;
    method: HttpMethod;
    url: string;
}

Hierarchy (View Summary)

Properties

Properties

attempt: number

1 la primera vez.

method: HttpMethod
url: string