Package com.intuit.karate.http
Class Cookies
- java.lang.Object
-
- com.intuit.karate.http.Cookies
-
public class Cookies extends Object
- Author:
- pthomas3
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.handler.codec.http.cookie.CookiefromMap(Map<String,Object> map)static Map<String,Map>normalize(Object mapOrList)static Map<String,Object>toMap(io.netty.handler.codec.http.cookie.Cookie cookie)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
WRAP
public static final String WRAP
- See Also:
- Constant Field Values
-
DOMAIN
public static final String DOMAIN
- See Also:
- Constant Field Values
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
MAX_AGE
public static final String MAX_AGE
- See Also:
- Constant Field Values
-
SECURE
public static final String SECURE
- See Also:
- Constant Field Values
-
HTTP_ONLY
public static final String HTTP_ONLY
- See Also:
- Constant Field Values
-
SAME_SITE
public static final String SAME_SITE
- See Also:
- Constant Field Values
-
-