Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
RHTTP_CLOSE function (DataBasic) (webservices_api_close.htm)
Closes an HTTP request and marks it inactive. This is a void function.
RHTTP_CLOSE(request)
request | An HTTP request that has been used in a preceding RHTTP_GET, RHTTP_POST or RHTTP_SOAP_REQUEST call. (Otherwise, the function call is invalid.) |
You cannot issue a second RHTTP_GET, RHTTP_POST or RHTTP_SOAP_REQUEST call on a request before calling either RHTTP_CLOSE or RHTTP_RETRIEVE.
RHTTP_CLOSE is required only if using HTTP 1.1, or if cancelling a request on HTTP 1.0.