contentLength

abstract val contentLength: Int?

This header is an octet count for the length of the message body.

If a content-length header is included, this number of octets MUST be read, regardless of whether there are NULL octets in the body. The frame still needs to be terminated with a NULL octet.

If the frame body contains NULL octets, the frame MUST include a content-length header.