| Package | Description |
|---|---|
| org.tio.http.common |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
Cookie.buildCookie(Map<String,String> cookieMap,
HttpConfig httpConfig)
通过 Map 构建一个 Cookie 对象
|
Cookie |
HttpRequest.getCookie(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Cookie> |
HttpResponse.getCookies() |
Collection<Cookie> |
HttpRequest.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpResponse.addCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.setCookies(List<Cookie> cookies) |
Copyright © 2025. All rights reserved.