Uses of Class
kong.unirest.core.Cookie
Packages that use Cookie
-
Uses of Cookie in kong.unirest.core
Methods in kong.unirest.core that return CookieMethods in kong.unirest.core with parameters of type CookieModifier and TypeMethodDescriptionConfig.addDefaultCookie
(Cookie cookie) Adds a default cookie to be added to all requests with this configvoid
Add a simple cookie headerAdd a simple cookie headerMethod parameters in kong.unirest.core with type arguments of type CookieModifier and TypeMethodDescriptionBaseRequest.cookie
(Collection<Cookie> cookies) void
Headers.cookie
(Collection<Cookie> cookies) HttpRequest.cookie
(Collection<Cookie> cookies) Add a collection of cookie headersWebSocketRequest.cookie
(Collection<Cookie> cookies) Add a collection of cookie headersWebSocketRequestImpl.cookie
(Collection<Cookie> cookies)