WRITE_RAW is used to write binary data in an HTTP request body.
Note
This system package is introduced in V4.4.1.
Syntax
UTL_HTTP.WRITE_RAW(
r IN OUT NOCOPY REQ,
data IN RAW);
Parameters
| Parameter | Description |
|---|---|
| r | The HTTP request. |
| data | The binary data to be written. |