Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/http"

Index

Classes

Interfaces

Type aliases

Type aliases

Fetch

Fetch: (url: string, config?: undefined | { body: string; headers: { Content-Type?: undefined | string }; method: "GET" | "POST" }) => Promise<FetchResponse>

Type declaration

    • (url: string, config?: undefined | { body: string; headers: { Content-Type?: undefined | string }; method: "GET" | "POST" }): Promise<FetchResponse>
    • Parameters

      • url: string
      • Optional config: undefined | { body: string; headers: { Content-Type?: undefined | string }; method: "GET" | "POST" }

      Returns Promise<FetchResponse>

Generated using TypeDoc