GET_RESPONSE is used to obtain the response of an HTTP request.
Note
This system package is 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 | Specifies whether to return the 100 informational response from the server. The default value is no. |
