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 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
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()
-