Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.internal.http |
Modifier and Type | Method and Description |
---|---|
Challenge |
Challenge.withCharset(Charset charset)
Returns a copy of this charset that expects a credential encoded with
charset . |
Modifier and Type | Method and Description |
---|---|
List<Challenge> |
Response.challenges()
Returns the authorization challenges appropriate for this response's code.
|
Modifier and Type | Method and Description |
---|---|
static List<Challenge> |
HttpHeaders.parseChallenges(Headers responseHeaders,
String challengeHeader)
Parse RFC 7617 challenges, also wrong ordered ones.
|
Copyright © 2019. All rights reserved.