External Interfaces > Reality Web Services > Outgoing Web Services > RHTTP_CLOSE Function

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RHTTP_CLOSE Function

Closes an HTTP request and marks it inactive. This is a void function.

Syntax

RHTTP_CLOSE(request)

Syntax Elements

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.)

Operation

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.

RealityV15.0Comment on this topic