HttpHeaders.add

Add the specified header, and use a callback to provide the content.

  1. void add(HttpHeaderName name, void delegate(OutputBuffer) dg)
    class HttpHeaders
    void
    add
    (,
    scope void delegate dg
    )
  2. void add(HttpHeaderName name, const(char)[] value)

Meta