Home
last modified time | relevance | path

Searched refs:HTTPONLY_PREFIX (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/http/
Dcookiejar.py54 HTTPONLY_PREFIX = "#HttpOnly_" variable
2034 if line.startswith(HTTPONLY_PREFIX):
2036 line = line[len(HTTPONLY_PREFIX):]
2121 domain = HTTPONLY_PREFIX + domain