Description
As currently coded, the headers in an Attachment are immutable after construction. This prevents a construction like:
- call a convenient constructor
- add one more header
Rather than change the contract of getHeaders, I propose to add put/putSingle to the contract of Attachment.