bool retainOriginalBytes
read / write

Whether or not to keep the raw bytes of a request body.

By default, this flag is false and once decodedData has been invoked, the raw bytes of the request body are lost and only the decoded value remains.

If this flag is set to true, the encoded request body bytes are stored and accessible with asBytes (or decodeAsBytes).