HttpTokens.formatTokens

Return a char[] representing the output. An empty array is returned if output was not configured. This perhaps could just return our 'output' buffer content, but that would not reflect deletes, or seperators. Better to do it like this instead, for a small cost.

class HttpTokens
char[]
formatTokens
(
OutputBuffer dst
,
const(char)[] delim
)

Meta