| Package | Description |
|---|---|
| com.intuit.karate.core | |
| com.intuit.karate.http |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioContext.updateConfigCookies(Map<String,Cookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cookie> |
HttpRequestBuilder.getCookies() |
Map<String,Cookie> |
HttpResponse.getCookies() |
static Map<String,Cookie> |
HttpUtils.parseCookieHeaderString(String header) |
static List<Cookie> |
Cookie.toCookies(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.addCookie(Cookie cookie) |
protected abstract void |
HttpClient.buildCookie(Cookie cookie) |
protected void |
DummyHttpClient.buildCookie(Cookie cookie) |
void |
HttpRequestBuilder.setCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
static String |
HttpUtils.createCookieHeaderValue(Collection<Cookie> cookies) |
void |
HttpRequestBuilder.setCookies(Map<String,Cookie> cookies) |
void |
HttpResponse.setCookies(Map<String,Cookie> cookies) |
Copyright © 2019. All rights reserved.