Utility class; an instance is passed to addHeaders() to be used by a subclass to append a header line to the response message.
Constructor
Utility class to append a response message header line where the value is appended incrementally.
Appends a response message header line; that is, appends name ~ ": " ~ value ~ "\r\n" to the response message content.
See Implementation
Utility class; an instance is passed to addHeaders() to be used by a subclass to append a header line to the response message.