-
Notifications
You must be signed in to change notification settings - Fork 61
Param
Daniele Linguaglossa edited this page Jan 8, 2018
·
1 revision
Param is an enum-like class and it's used during the creation of a parameter, it's used to indicate the position of the parameter inside the request (Body, Url, Header)
Add an URL parameter
function test(base_request) {
Utils.addParameter("name", "value", Param.POSITION_URL, base_request);
}
Below the list of available properties:
- POSITION_URL
- POSITION_BODY
- POSITION_HEADER