Interface IHttpService

Hierarchy

  • IHttpService

Methods

Methods

  • Type Parameters

    • R

    Parameters

    • url: string
    • Optional config: Partial<Request>

    Returns Promise<HttpResponse<R>>

  • Type Parameters

    • R

    Parameters

    • url: string
    • Optional data: unknown
    • Optional config: Partial<Request>

    Returns Promise<HttpResponse<R>>

Generated using TypeDoc