This is an old revision of the document!
Name | Required | Multiple Values | Description |
---|---|---|---|
GET | yes | no | The url for a GET request |
Name | Required | Multiple Values | Description |
---|---|---|---|
POST | yes | no | The url for a POST request |
DATA | yes | no | A parameterstring required for a POST request |
MIMETYPE | yes | no | The mimetype required for a POST request |
IF 1 == 1 THEN http GET 'http://www.somewebsite.com/' IF 1 == 1 THEN http GET 'https://www.somewebsite.com/' PARAM 'command=show&format=xml' IF 1 == 1 THEN http POST 'http://www.somewebsite.com/' PARAM 'command=show' MIMETYPE 'text/plain' IF 1 == 1 THEN http GET 'http://192.168.1.1/myserver/'