the expected shape of the parsed response body.
absolute URL, or a path when config.BaseURL is supplied.
Optionalconfig: Omit<HttpRequestConfig, "Url" | "Method" | "Body">optional per-request settings (query, headers, timeout, …).
the HttpResponse.
Sends a
GETrequest. Shorthand for HttpRequest withMethod: 'GET'.