Interface ArnHttpService

Hierarchy

  • ArnHttpService

Implemented by

Methods

  • Type Parameters

    • T

    Parameters

    • fetch: (() => Promise<T>)
        • (): Promise<T>
        • Returns Promise<T>

    • options: ArnHttpRetryOptions

    Returns Promise<T>

  • Upload some JSON.

    Type Parameters

    • T = void

    Parameters

    • url: string
    • payload: object
    • Optional init: RequestInit

    Returns Promise<T>

Generated using TypeDoc