The GET_RESPONSE procedure is used to obtain the response of an HTTP request.
Note
This system package was introduced in V4.4.1.
Syntax
UTL_HTTP.GET_RESPONSE (
r IN OUT NOCOPY req,
return_info_response IN BOOLEAN DEFAULT FALSE)
RETURN resp;
Parameters
| Parameter | Description |
|---|---|
| r | The HTTP request. |
| return_info_response | Indicates whether to return the 100 informational response from the server. The default value is false. |