END_RESPONSE is used to terminate the HTTP response after the HTTP request is completed.
Note
This system package is introduced in V4.4.1.
Syntax
UTL_HTTP.END_RESPONSE(
r IN OUT NOCOPY resp);
Parameters
| Parameter | Description |
|---|---|
| r | HTTP request |
OceanBase Database
Download PDF
END_RESPONSE is used to terminate the HTTP response after the HTTP request is completed.
This system package is introduced in V4.4.1.
UTL_HTTP.END_RESPONSE(
r IN OUT NOCOPY resp);
| Parameter | Description |
|---|---|
| r | HTTP request |