Package kong.unirest.core
Class CookieSpecs
java.lang.Object
kong.unirest.core.CookieSpecs
Standard cookie specifications supported by Unirest.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The default policy.static final String
The policy that ignores cookies.static final String
The Netscape cookie draft compliant policy.static final String
The RFC 6265 compliant policy (interoprability profile).static final String
The 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
The Netscape cookie draft compliant policy.- See Also:
-
STANDARD
The RFC 6265 compliant policy (interoprability profile).- See Also:
-
STANDARD_STRICT
The RFC 6265 compliant policy (strict profile)- See Also:
-
IGNORE_COOKIES
The policy that ignores cookies.- See Also:
-
-
Constructor Details
-
CookieSpecs
public CookieSpecs()
-