Class CookieSpecs


  • public final class CookieSpecs
    extends Object
    Standard cookie specifications supported by Unirest.
    • Field Detail

      • DEFAULT

        public static final String 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:
        Constant Field Values
      • STANDARD

        public static final String STANDARD
        The RFC 6265 compliant policy (interoprability profile).
        See Also:
        Constant Field Values
      • STANDARD_STRICT

        public static final String STANDARD_STRICT
        The RFC 6265 compliant policy (strict profile)
        See Also:
        Constant Field Values
    • Constructor Detail

      • CookieSpecs

        public CookieSpecs()