Flag to specify if the endpoint should return different type of error as actual 200 success for the browser, but with the error code/message contained in the response.
Or HTTP verb : GET, POST, PUT, etc.
Array of query string params.
eg: ['foo=1','bar=2']
Body of the request.
key -> value map (JSON)
Request data type.
eg: "application/json", "application/x-www-form-urlencoded; charset=UTF-8"
responseType of the request. eg: "text", "arraybuffer" etc.
Url to target
Parameters that can be used when calling an EndpointCaller