Uses of Class
kong.unirest.core.Cookie
-
Packages that use Cookie Package Description kong.unirest.core -
-
Uses of Cookie in kong.unirest.core
Methods in kong.unirest.core that return Cookie Modifier and Type Method Description CookieCookies. getNamed(String name)Get cookie by nameMethods in kong.unirest.core with parameters of type Cookie Modifier and Type Method Description ConfigConfig. addDefaultCookie(Cookie cookie)Adds a default cookie to be added to all requests with this configvoidHeaders. cookie(Cookie cookie)RHttpRequest. cookie(Cookie cookie)Add a simple cookie headerWebSocketRequestWebSocketRequest. cookie(Cookie cookie)Add a simple cookie headerWebSocketRequestWebSocketRequestImpl. cookie(Cookie cookie)Method parameters in kong.unirest.core with type arguments of type Cookie Modifier and Type Method Description voidHeaders. cookie(Collection<Cookie> cookies)RHttpRequest. cookie(Collection<Cookie> cookies)Add a collection of cookie headersWebSocketRequestWebSocketRequest. cookie(Collection<Cookie> cookies)Add a collection of cookie headersWebSocketRequestWebSocketRequestImpl. cookie(Collection<Cookie> cookies)
-