Uses of Class
kong.unirest.Cookie
-
Packages that use Cookie Package Description kong.unirest -
-
Uses of Cookie in kong.unirest
Methods in kong.unirest that return Cookie Modifier and Type Method Description CookieCookies. getNamed(String name)Get cookie by nameMethods in kong.unirest 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 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)
-