{string} Endpoint URL.
Optionaloptions: { {HttpApi~StringRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~JsonRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~BlobRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~StringRequestOptions} HTTP options to send with the request.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~JsonRequestOptions} HTTP options to send with the request.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~BlobRequestOptions} HTTP options to send with the request.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~HeadOptions} HTTP options to send with the request.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request with the response body of null.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~StringRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~JsonRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
Optionaloptions: { {HttpApi~BlobRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~StringRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~JsonRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~BlobRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~StringRequestOptions} HTTP options
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~JsonRequestOptions} HTTP options
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~BlobRequestOptions} HTTP options
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~StringRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~JsonRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
{(any|null)} Content to replace with current content.
Optionaloptions: { {HttpApi~BlobRequestOptions} HTTP options.
Optionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string}
{string} Endpoint URL.
Optionaloptions: { {HttpApi~StringGenericRequestOptions} HTTP options.
Optionalbody?: anyOptionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string}
{string} Endpoint URL.
Optionaloptions: { {HttpApi~JsonGenericRequestOptions} HTTP options.
Optionalbody?: anyOptionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string}
{string} Endpoint URL.
Optionaloptions: { {HttpApi~BlobGenericRequestOptions} HTTP options.
Optionalbody?: anyOptionalheaders?: Record<string, string | string[]>Optionalparams?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
This API provides functionality for making REST requests.
Accessed from the window at
window.sas.vi.httpExample