Searched refs:httponly (Results 1 – 5 of 5) 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 …]
9 httponly20 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
8 httponly
45 bool httponly; /* true if the httponly directive is present */ member
474 co->httponly = TRUE; in Curl_cookie_add()674 co->httponly = TRUE; in Curl_cookie_add()1256 co->httponly?"#HttpOnly_":"", in get_netscape_format()