PipelineBase.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(string) set(string key, string value)
  2. Response!(string) set(const(ubyte)[] key, const(ubyte)[] value)
  3. Response!(string) set(string key, string value, SetParams params)
  4. Response!(string) set(const(ubyte)[] key, const(ubyte)[] value, SetParams params)
    class PipelineBase
    Response!(string)
    set
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] value
    ,)

Meta