Home
last modified time | relevance | path

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

/external/curl/tests/data/
Dtest3132 Set-Cookie: httpo1=value1 ; domain=127.0.0.1; path=/p1/; httponly
33 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/; httponly
37 Set-Cookie: httpandsec=myvalue2 ; domain=127.0.0.1; path=/p4/; httponly; secure
38 Set-Cookie: httpandsec2=myvalue3; domain=127.0.0.1; path=/p4/; httponly=; secure
39 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 …]
Dtest619 httponly
20 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
Dtest628 httponly
/external/curl/lib/
Dcookie.h45 bool httponly; /* true if the httponly directive is present */ member
Dcookie.c474 co->httponly = TRUE; in Curl_cookie_add()
674 co->httponly = TRUE; in Curl_cookie_add()
1256 co->httponly?"#HttpOnly_":"", in get_netscape_format()