Page History
...
Define_Com Class(#XPRIM_HttpRequest) Name(#Request)
Define_Com Class(#PRIM_DC.UnicodeString) Name(#ResponseText)
* Do the get request
#Request.DoGet Url('http://mytestserver/api/echoservice')* Get the result as string
#ResponseText := #Request.Response.AsString
...
- DoGet
- DoPost
- DoPut
- DoDelete
- DoPatch
- DoTrace
- DoHead
- DoOptions