public class CookieCutter extends Object
Modifier and Type | Method and Description |
---|---|
static List<okhttp3.Cookie> |
decodeCookies(String httpHeader,
String host)
Convert a request header to OkHttp's cookies.
|
static String |
trimSubstring(String string,
int pos,
int limit)
Equivalent to
string.substring(pos, limit).trim() . |
Copyright © 2018 Walmart, Inc.. All rights reserved.