AniLink - v2.0.0
    Preparing search index...

    Interface RequestContext

    Context passed to the onRequestStart hook just before an attempt is sent.

    interface RequestContext {
        attempt: number;
        method: HttpMethod;
        url: string;
    }
    Index
    attempt: number

    The 1-based attempt about to run.

    method: HttpMethod

    The HTTP method of the request.

    url: string

    The URL the request is being sent to.