Searched refs:httponly (Results 1 – 14 of 14) sorted by relevance
32 Set-Cookie: httpo1=value1 ; domain=127.0.0.1; path=/p1/; httponly33 Set-Cookie: httpo2=value2 ; domain=127.0.0.1; path=/p2/; httponly=34 Set-Cookie: httpo3=value3 ; httponly; domain=127.0.0.1; path=/p3/;35 Set-Cookie: httpo4=value4 ; httponly=; domain=127.0.0.1; path=/p4/; 36 Set-Cookie: httponly=myvalue1 ; domain=127.0.0.1; path=/p4/; httponly37 Set-Cookie: httpandsec=myvalue2 ; domain=127.0.0.1; path=/p4/; httponly; secure38 Set-Cookie: httpandsec2=myvalue3; domain=127.0.0.1; path=/p4/; httponly=; secure39 Set-Cookie: httpandsec3=myvalue4 ; domain=127.0.0.1; path=/p4/; httponly; secure=40 Set-Cookie: httpandsec4=myvalue5 ; domain=127.0.0.1; path=/p4/; httponly=; secure=41 Set-Cookie: httpandsec5=myvalue6 ; domain=127.0.0.1; path=/p4/; secure; httponly=[all …]
38 Set-Cookie: super=secret; domain=example.com; path=/1561; httponly;39 Set-Cookie: super=secret; domain=example.com; path=/1561/; httponly;40 Set-Cookie: super=secret; domain=example.com; path=/15; httponly;
9 httponly20 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 13 11:56:27 GMT 2037
8 httponly
45 bool httponly; /* true if the httponly directive is present */ member
578 co->httponly = TRUE; in Curl_cookie_add()790 co->httponly = TRUE; in Curl_cookie_add()1275 d->httponly = src->httponly; in dup_cookie()1510 co->httponly?"#HttpOnly_":"", in get_netscape_format()
174 * ``httponly``176 The attribute :attr:`httponly` specifies that the cookie is only transferred183 The :attr:`httponly` attribute was added.
139 * ``httponly``141 The attribute :attr:`httponly` specifies that the cookie is only transferred
238 Cookie.Morsel gained the httponly attribute.
801 BaseCookie now parses 'secure' and 'httponly' flags. Backport of issue
1900 :attr:`httponly` attribute. In some browsers. cookies with this attribute
1904 :attr:`httponly` attribute. In some browsers. cookies with this attribute
4130 - Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'