The END_RESPONSE procedure terminates the response to an HTTP request after the request is completed.
Note
This system package is available starting from V4.4.1.
Syntax
UTL_HTTP.END_RESPONSE(
r IN OUT NOCOPY resp);
Parameters
Parameter |
Description |
|---|---|
| r | The HTTP request. |
