Cookie.httpOnly

Prevents access to the cookie from scripts.

  1. bool httpOnly [@property setter]
    class Cookie
    @safe @property
    void
    httpOnly
    (
    bool value
    )
  2. bool httpOnly [@property getter]

Meta