The END_REQUEST procedure is used to forcibly close a request.
Note
This system package was introduced in V4.4.1.
Syntax
UTL_HTTP.END_RESPONSE (
r IN OUT NOCOPY resp);
Parameters
Parameter |
Description |
|---|---|
| r | The request to be terminated. |
