HomeSort by relevance Sort by last modified time
    Searched defs:httponly (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
cookie.h 45 bool httponly; /* true if the httponly directive is present */ member in struct:Cookie
  /external/chromium-trace/catapult/third_party/WebOb/webob/
cookies.py 253 httponly = cookie_property(b'httponly', bool) variable in class:Morsel
278 if self.httponly:
279 add(b'HttpOnly')
427 _c_keys.update([b'expires', b'secure', b'httponly'])
431 secure=False, httponly=False, comment=None):
458 if httponly:
459 morsel.httponly = True
621 ``httponly``
622 Hide the cookie from Javascript by setting the 'HttpOnly' flag of th
    [all...]

Completed in 581 milliseconds