File tree 4 files changed +1349
-9
lines changed 4 files changed +1349
-9
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,11 @@ Future<void> testConformance() async {
19
19
testResponseBody (OkHttpClient (), canStreamResponseBody: false );
20
20
testRequestHeaders (OkHttpClient ());
21
21
testRequestMethods (OkHttpClient (), preservesMethodCase: true );
22
+ testResponseHeaders (OkHttpClient (), supportsFoldedHeaders: false );
22
23
testResponseStatusLine (OkHttpClient ());
23
24
testCompressedResponseBody (OkHttpClient ());
24
25
testServerErrors (OkHttpClient ());
26
+ testClose (OkHttpClient .new );
25
27
testIsolate (OkHttpClient .new );
26
28
testResponseCookies (OkHttpClient (), canReceiveSetCookieHeaders: true );
27
29
});
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ classes:
23
23
- " okhttp3.Call"
24
24
- " okhttp3.Headers"
25
25
- " okhttp3.Callback"
26
+ - " okhttp3.ConnectionPool"
27
+ - " okhttp3.Dispatcher"
28
+ - " okhttp3.Cache"
26
29
27
30
# Exclude the deprecated methods listed below
28
31
# They cause syntax errors during the `dart format` step of JNIGen.
@@ -76,6 +79,8 @@ exclude:
76
79
- ' okhttp3.OkHttpClient\$Builder#-addNetworkInterceptor'
77
80
- ' okhttp3.Headers\$Companion#-deprecated_of'
78
81
- " okhttp3.Headers#-deprecated_size"
82
+ - " okhttp3.Dispatcher#-deprecated_executorService"
83
+ - " okhttp3.Cache#-deprecated_directory"
79
84
80
85
class_path :
81
86
- " jar/okhttp-4.12.0.jar"
You can’t perform that action at this time.
0 commit comments