Class CookieSpecs
java.lang.Object
kong.unirest.core.CookieSpecs
Standard cookie specifications supported by Unirest.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default policy.static final StringThe policy that ignores cookies.static final StringThe Netscape cookie draft compliant policy.static final StringThe RFC 6265 compliant policy (interoprability profile).static final StringThe RFC 6265 compliant policy (strict profile) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
The default policy. This policy provides a higher degree of compatibility with common cookie management of popular HTTP agents for non-standard (Netscape style) cookies.- See Also:
-
NETSCAPE
-
STANDARD
The RFC 6265 compliant policy (interoprability profile).- See Also:
-
STANDARD_STRICT
-
IGNORE_COOKIES
-
-
Constructor Details
-
CookieSpecs
public CookieSpecs()
-