Execute¶
Executes the request and returns the target server response.
myRestRequest.Execute():RestResponse (RestResponse)
Returns¶
A RestResponse instance containing the server's response.
Remarks¶
This method does not verify the response status.
Example¶
1 2 3 4 5 6 | |