Skip to main content

Interface

Last updated 2/03/2023

HTTPClient Object

The HTTPClient object allows interfacing with internet using the HTTP protocol through the following functions.

Functions

addData()

The addData() is a function

Function Signature
addData() : string;

addHeader()

The addHeader() is a function

Function Signature
addHeader() : string;

get()

The get() is a function

Function Signature
get() : string;

post()

The post() is a function

Function Signature
post() : string;

setBasicAuthentication ()

The setBasicAuthentication() is a function

Function Signature
setBasicAuthentication() : string;

setContent()

The setContent() is a function

Function Signature
setContent() : string;

setContentType()

The setContentType() is a function

Function Signature
setContentType() : string;

setOutputFilename()

The setOutputFilename() is a function

Function Signature
setOutputFilename() : string;