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: libraries/apollo-api/api/apollo-api.api
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -946,6 +946,9 @@ public final class com/apollographql/apollo/api/http/DefaultHttpRequestComposer$
946
946
public final fun buildPostBody (Lcom/apollographql/apollo/api/Operation;Lcom/apollographql/apollo/api/CustomScalarAdapters;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcom/apollographql/apollo/api/http/HttpBody;
947
947
public final fun buildPostBody (Lcom/apollographql/apollo/api/Operation;Lcom/apollographql/apollo/api/CustomScalarAdapters;ZZLjava/lang/String;)Lcom/apollographql/apollo/api/http/HttpBody;
948
948
public final fun composePayload (Lcom/apollographql/apollo/api/ApolloRequest;)Ljava/util/Map;
949
+
public final fun getHEADER_ACCEPT_NAME ()Ljava/lang/String;
950
+
public final fun getHEADER_ACCEPT_VALUE_DEFER ()Ljava/lang/String;
951
+
public final fun getHEADER_ACCEPT_VALUE_MULTIPART ()Ljava/lang/String;
949
952
}
950
953
951
954
public final class com/apollographql/apollo/api/http/DefaultWebSocketPayloadComposer : com/apollographql/apollo/api/http/WebSocketPayloadComposer {
Copy file name to clipboardExpand all lines: libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.kt
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,7 @@ class DefaultHttpRequestComposer(
46
46
val customScalarAdapters = apolloRequest.executionContext[CustomScalarAdapters] ?:CustomScalarAdapters.Empty
47
47
48
48
val requestHeaders = mutableListOf<HttpHeader>().apply {
0 commit comments