You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: okhttp/api/okhttp.api
+2
Original file line number
Diff line number
Diff line change
@@ -1030,6 +1030,7 @@ public final class okhttp3/Request {
1030
1030
public synthetic fun <init> (Lokhttp3/HttpUrl;Lokhttp3/Headers;Ljava/lang/String;Lokhttp3/RequestBody;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
1031
1031
public final fun body ()Lokhttp3/RequestBody;
1032
1032
public final fun cacheControl ()Lokhttp3/CacheControl;
1033
+
public final fun cacheUrlOverride ()Lokhttp3/HttpUrl;
1033
1034
public final fun header (Ljava/lang/String;)Ljava/lang/String;
1034
1035
public final fun headers ()Lokhttp3/Headers;
1035
1036
public final fun headers (Ljava/lang/String;)Ljava/util/List;
@@ -1048,6 +1049,7 @@ public class okhttp3/Request$Builder {
1048
1049
public fun addHeader (Ljava/lang/String;Ljava/lang/String;)Lokhttp3/Request$Builder;
1049
1050
public fun build ()Lokhttp3/Request;
1050
1051
public fun cacheControl (Lokhttp3/CacheControl;)Lokhttp3/Request$Builder;
1052
+
public final fun cacheUrlOverride (Lokhttp3/HttpUrl;)Lokhttp3/Request$Builder;
1051
1053
public final fun delete ()Lokhttp3/Request$Builder;
1052
1054
public fun delete (Lokhttp3/RequestBody;)Lokhttp3/Request$Builder;
1053
1055
public static synthetic fun delete$default (Lokhttp3/Request$Builder;Lokhttp3/RequestBody;ILjava/lang/Object;)Lokhttp3/Request$Builder;
0 commit comments