Cookie.this

Build a cookie with name and value

  1. this()
  2. this(string name, string value)
    struct Cookie
    @safe @nogc nothrow
    this
    (
    string name
    ,
    string value
    )

Meta