Uses of Class
kong.unirest.core.Cookie
Packages that use Cookie
-
Uses of Cookie in kong.unirest.core
Subclasses with type arguments of type Cookie in kong.unirest.coreModifier and TypeClassDescriptionclassRepresents a collection of cookies with some helper methods for parsing and getting cookieMethods 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 configvoidAdd a Cookie headerAdd a simple cookie headerAdd a simple cookie headerAdd a simple cookie headerMethod parameters in kong.unirest.core with type arguments of type CookieModifier and TypeMethodDescriptionvoidHeaders.cookie(Collection<Cookie> cookies) sets a collection of cookiesHttpRequest.cookie(Collection<Cookie> cookies) Add a collection of cookie headersSseRequest.cookie(Collection<Cookie> cookies) Add a collection of cookie headersSseRequestImpl.cookie(Collection<Cookie> cookies) WebSocketRequest.cookie(Collection<Cookie> cookies) Add a collection of cookie headersWebSocketRequestImpl.cookie(Collection<Cookie> cookies)