HttpResponse.AppendHeaderLines

Utility class; an instance is passed to addHeaders() to be used by a subclass to append a header line to the response message.

Constructors

this
this(AppendBuffer!(char) content)

Constructor

Members

Classes

IncrementalValue
class IncrementalValue

Utility class to append a response message header line where the value is appended incrementally.

Functions

opCall
typeof(this) opCall(cstring name, cstring value)

Appends a response message header line; that is, appends name ~ ": " ~ value ~ "\r\n" to the response message content.

Meta