Skip to content

putHttp

putHttp(url, data?, config?): Promise<HttpResponse>

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

Parameters

url: string

data?: Object

config?: HttpConfig

Returns

Promise<HttpResponse>


Generated using typedoc-plugin-markdown and TypeDoc