Skip to content

Commit 88c0d56

Browse files
author
Malte Heuser
committed
KTOR-6711 update binary compatibility files
1 parent 95d04c9 commit 88c0d56

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

ktor-client/ktor-client-core/api/ktor-client-core.api

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,8 @@ public final class io/ktor/client/request/forms/FormBuildersKt {
14641464
}
14651465

14661466
public final class io/ktor/client/request/forms/FormDataContent : io/ktor/http/content/OutgoingContent$ByteArrayContent {
1467-
public fun <init> (Lio/ktor/http/Parameters;)V
1467+
public fun <init> (Lio/ktor/http/Parameters;Z)V
1468+
public synthetic fun <init> (Lio/ktor/http/Parameters;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
14681469
public fun bytes ()[B
14691470
public fun getContentLength ()Ljava/lang/Long;
14701471
public fun getContentType ()Lio/ktor/http/ContentType;

ktor-client/ktor-client-core/api/ktor-client-core.klib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ final class io.ktor.client.request.forms/FormBuilder { // io.ktor.client.request
907907
}
908908

909909
final class io.ktor.client.request.forms/FormDataContent : io.ktor.http.content/OutgoingContent.ByteArrayContent { // io.ktor.client.request.forms/FormDataContent|null[0]
910-
constructor <init>(io.ktor.http/Parameters) // io.ktor.client.request.forms/FormDataContent.<init>|<init>(io.ktor.http.Parameters){}[0]
910+
constructor <init>(io.ktor.http/Parameters, kotlin/Boolean = ...) // io.ktor.client.request.forms/FormDataContent.<init>|<init>(io.ktor.http.Parameters;kotlin.Boolean){}[0]
911911

912912
final val contentLength // io.ktor.client.request.forms/FormDataContent.contentLength|{}contentLength[0]
913913
final fun <get-contentLength>(): kotlin/Long // io.ktor.client.request.forms/FormDataContent.contentLength.<get-contentLength>|<get-contentLength>(){}[0]

ktor-http/api/ktor-http.api

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,10 +768,14 @@ public final class io/ktor/http/HttpStatusCodeKt {
768768
}
769769

770770
public final class io/ktor/http/HttpUrlEncodedKt {
771-
public static final fun formUrlEncode (Lio/ktor/http/Parameters;)Ljava/lang/String;
772-
public static final fun formUrlEncode (Ljava/util/List;)Ljava/lang/String;
773-
public static final fun formUrlEncodeTo (Lio/ktor/http/Parameters;Ljava/lang/Appendable;)V
774-
public static final fun formUrlEncodeTo (Ljava/util/List;Ljava/lang/Appendable;)V
771+
public static final fun formUrlEncode (Lio/ktor/http/Parameters;Z)Ljava/lang/String;
772+
public static final fun formUrlEncode (Ljava/util/List;Z)Ljava/lang/String;
773+
public static synthetic fun formUrlEncode$default (Lio/ktor/http/Parameters;ZILjava/lang/Object;)Ljava/lang/String;
774+
public static synthetic fun formUrlEncode$default (Ljava/util/List;ZILjava/lang/Object;)Ljava/lang/String;
775+
public static final fun formUrlEncodeTo (Lio/ktor/http/Parameters;Ljava/lang/Appendable;Z)V
776+
public static final fun formUrlEncodeTo (Ljava/util/List;Ljava/lang/Appendable;Z)V
777+
public static synthetic fun formUrlEncodeTo$default (Lio/ktor/http/Parameters;Ljava/lang/Appendable;ZILjava/lang/Object;)V
778+
public static synthetic fun formUrlEncodeTo$default (Ljava/util/List;Ljava/lang/Appendable;ZILjava/lang/Object;)V
775779
public static final fun parseUrlEncodedParameters (Ljava/lang/String;Ljava/nio/charset/Charset;I)Lio/ktor/http/Parameters;
776780
public static synthetic fun parseUrlEncodedParameters$default (Ljava/lang/String;Ljava/nio/charset/Charset;IILjava/lang/Object;)Lio/ktor/http/Parameters;
777781
}

ktor-http/api/ktor-http.klib.api

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,8 +1735,8 @@ final fun (io.ktor.http/HttpMessageBuilder).io.ktor.http/maxAge(kotlin/Int) // i
17351735
final fun (io.ktor.http/HttpMessageBuilder).io.ktor.http/userAgent(kotlin/String) // io.ktor.http/userAgent|[email protected](kotlin.String){}[0]
17361736
final fun (io.ktor.http/HttpMessageBuilder).io.ktor.http/vary(): kotlin.collections/List<kotlin/String>? // io.ktor.http/vary|[email protected](){}[0]
17371737
final fun (io.ktor.http/HttpStatusCode).io.ktor.http/isSuccess(): kotlin/Boolean // io.ktor.http/isSuccess|[email protected](){}[0]
1738-
final fun (io.ktor.http/Parameters).io.ktor.http/formUrlEncode(): kotlin/String // io.ktor.http/formUrlEncode|[email protected](){}[0]
1739-
final fun (io.ktor.http/Parameters).io.ktor.http/formUrlEncodeTo(kotlin.text/Appendable) // io.ktor.http/formUrlEncodeTo|[email protected](kotlin.text.Appendable){}[0]
1738+
final fun (io.ktor.http/Parameters).io.ktor.http/formUrlEncode(kotlin/Boolean = ...): kotlin/String // io.ktor.http/formUrlEncode|[email protected](kotlin.Boolean){}[0]
1739+
final fun (io.ktor.http/Parameters).io.ktor.http/formUrlEncodeTo(kotlin.text/Appendable, kotlin/Boolean = ...) // io.ktor.http/formUrlEncodeTo|[email protected](kotlin.text.Appendable;kotlin.Boolean){}[0]
17401740
final fun (io.ktor.http/Parameters).io.ktor.http/plus(io.ktor.http/Parameters): io.ktor.http/Parameters // io.ktor.http/plus|[email protected](io.ktor.http.Parameters){}[0]
17411741
final fun (io.ktor.http/Parameters).io.ktor.http/withEmptyStringForValuelessKeys(): io.ktor.http/Parameters // io.ktor.http/withEmptyStringForValuelessKeys|[email protected](){}[0]
17421742
final fun (io.ktor.http/URLBuilder).io.ktor.http/appendEncodedPathSegments(kotlin.collections/List<kotlin/String>): io.ktor.http/URLBuilder // io.ktor.http/appendEncodedPathSegments|[email protected](kotlin.collections.List<kotlin.String>){}[0]
@@ -1756,8 +1756,8 @@ final fun (io.ktor.http/URLProtocol).io.ktor.http/isWebsocket(): kotlin/Boolean
17561756
final fun (io.ktor.util.date/GMTDate).io.ktor.http/toHttpDate(): kotlin/String // io.ktor.http/toHttpDate|[email protected](){}[0]
17571757
final fun (io.ktor.util/StringValuesBuilder).io.ktor.http/append(kotlin/String, io.ktor.http/HeaderValueWithParameters) // io.ktor.http/append|[email protected](kotlin.String;io.ktor.http.HeaderValueWithParameters){}[0]
17581758
final fun (kotlin.collections/Iterable<kotlin/Pair<kotlin/String, kotlin/String>>).io.ktor.http/toHeaderParamsList(): kotlin.collections/List<io.ktor.http/HeaderValueParam> // io.ktor.http/toHeaderParamsList|[email protected]<kotlin.Pair<kotlin.String,kotlin.String>>(){}[0]
1759-
final fun (kotlin.collections/List<kotlin/Pair<kotlin/String, kotlin/String?>>).io.ktor.http/formUrlEncode(): kotlin/String // io.ktor.http/formUrlEncode|[email protected]<kotlin.Pair<kotlin.String,kotlin.String?>>(){}[0]
1760-
final fun (kotlin.collections/List<kotlin/Pair<kotlin/String, kotlin/String?>>).io.ktor.http/formUrlEncodeTo(kotlin.text/Appendable) // io.ktor.http/formUrlEncodeTo|[email protected]<kotlin.Pair<kotlin.String,kotlin.String?>>(kotlin.text.Appendable){}[0]
1759+
final fun (kotlin.collections/List<kotlin/Pair<kotlin/String, kotlin/String?>>).io.ktor.http/formUrlEncode(kotlin/Boolean = ...): kotlin/String // io.ktor.http/formUrlEncode|[email protected]<kotlin.Pair<kotlin.String,kotlin.String?>>(kotlin.Boolean){}[0]
1760+
final fun (kotlin.collections/List<kotlin/Pair<kotlin/String, kotlin/String?>>).io.ktor.http/formUrlEncodeTo(kotlin.text/Appendable, kotlin/Boolean = ...) // io.ktor.http/formUrlEncodeTo|[email protected]<kotlin.Pair<kotlin.String,kotlin.String?>>(kotlin.text.Appendable;kotlin.Boolean){}[0]
17611761
final fun (kotlin.text/Appendable).io.ktor.http/appendUrlFullPath(kotlin/String, io.ktor.http/ParametersBuilder, kotlin/Boolean) // io.ktor.http/appendUrlFullPath|[email protected](kotlin.String;io.ktor.http.ParametersBuilder;kotlin.Boolean){}[0]
17621762
final fun (kotlin/String).io.ktor.http/decodeURLPart(kotlin/Int = ..., kotlin/Int = ..., io.ktor.utils.io.charsets/Charset = ...): kotlin/String // io.ktor.http/decodeURLPart|[email protected](kotlin.Int;kotlin.Int;io.ktor.utils.io.charsets.Charset){}[0]
17631763
final fun (kotlin/String).io.ktor.http/decodeURLQueryComponent(kotlin/Int = ..., kotlin/Int = ..., kotlin/Boolean = ..., io.ktor.utils.io.charsets/Charset = ...): kotlin/String // io.ktor.http/decodeURLQueryComponent|[email protected](kotlin.Int;kotlin.Int;kotlin.Boolean;io.ktor.utils.io.charsets.Charset){}[0]

0 commit comments

Comments
 (0)