get

Description

Requests the HTTP get service

The response data is to be received to the body property.

Syntax

<HttpCli object>.get <URL string>

Example

var domain="http://192.168.1.200:8888"
cli.get domain+"/setting/max_torque"

Last updated

Was this helpful?