Skip to content

getHttp

getHttp(url, config?): Promise<HttpResponse>

Make a GET call to a remote HTTP[S] endpoint

Parameters

url: string

config?: HttpConfig

Returns

Promise<HttpResponse>


Generated using typedoc-plugin-markdown and TypeDoc