Lines Matching full:httponly
696 path='/', domain=None, secure=False, httponly=False,
742 ``httponly``
744 A boolean. If it's ``True``, the ``HttpOnly`` flag will be sent
745 in the cookie, if it's ``False``, the ``HttpOnly`` flag will not
785 domain=domain, secure=secure, httponly=httponly,