{string} Endpoint URL.
Optional
options: { {HttpApi~StringRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
Optional
options: { {HttpApi~JsonRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
Optional
options: { {HttpApi~BlobRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string} Endpoint URL.
Optional
options: { {HttpApi~StringRequestOptions} HTTP options to send with the request.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
Optional
options: { {HttpApi~JsonRequestOptions} HTTP options to send with the request.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
Optional
options: { {HttpApi~BlobRequestOptions} HTTP options to send with the request.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string} Endpoint URL.
Optional
options: { {HttpApi~HeadOptions} HTTP options to send with the request.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request with the response body of null.
{string} Endpoint URL.
Optional
options: { {HttpApi~StringRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string} Endpoint URL.
Optional
options: { {HttpApi~JsonRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is an object of type R.
{string} Endpoint URL.
Optional
options: { {HttpApi~BlobRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~StringRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~JsonRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~BlobRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~StringRequestOptions} HTTP options
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~JsonRequestOptions} HTTP options
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~BlobRequestOptions} HTTP options
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~StringRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~JsonRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~BlobRequestOptions} HTTP options.
Optional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a Blob.
{string}
{string} Endpoint URL.
Optional
options: { {HttpApi~StringGenericRequestOptions} HTTP options.
Optional
body?: anyOptional
headers?: Record<string, string | string[]>Optional
params?: Record<string, string | string[]>A Promise of the HttpResponse for the request. The response body is a string.
{string}
{string} Endpoint URL.
Optional
options: { {HttpApi~JsonGenericRequestOptions} HTTP options.
Optional
body?: anyOptional
headers?: Record<string, string | string[]>Optional
params?: 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.
Optional
options: { {HttpApi~BlobGenericRequestOptions} HTTP options.
Optional
body?: anyOptional
headers?: Record<string, string | string[]>Optional
params?: 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.http
Example