| 程序包 | 说明 |
|---|---|
| com.lark.oapi.okhttp |
An HTTP+HTTP/2 client for Android and Java applications.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cookie |
Cookie.Builder.build() |
static Cookie |
Cookie.parse(HttpUrl url,
String setCookie)
Attempt to parse a
Set-Cookie HTTP header value setCookie as a cookie. |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Cookie> |
CookieJar.loadForRequest(HttpUrl url)
Load cookies from the jar for an HTTP request to
url. |
static List<Cookie> |
Cookie.parseAll(HttpUrl url,
Headers headers)
Returns all of the cookies from a set of HTTP response headers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CookieJar.saveFromResponse(HttpUrl url,
List<Cookie> cookies)
Saves
cookies from an HTTP response to this store according to this jar's policy. |
Copyright © 2025. All rights reserved.