isReadOnly
Indicates whether this header is in read-only mode.
When true, the header's contents cannot be modified. Any attempt to modify the header (via put, remove, putAll, clear, or the fluent with methods) will result in an UnsupportedOperationException. This is useful for ensuring immutability after the header has been finalized or sent.
Return
true if the header is read-only, false otherwise