• Parses the fetch arguments to find the used Http method and the url of the request

    Parameters

    • fetchArgs: unknown[]

    Returns {
        method: string;
        url: string;
    }

    • method: string
    • url: string

Generated using TypeDoc