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: ktor-client/ktor-client-core/api/ktor-client-core.klib.api
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -907,7 +907,7 @@ final class io.ktor.client.request.forms/FormBuilder { // io.ktor.client.request
907
907
}
908
908
909
909
final class io.ktor.client.request.forms/FormDataContent : io.ktor.http.content/OutgoingContent.ByteArrayContent { // io.ktor.client.request.forms/FormDataContent|null[0]
final val contentLength // io.ktor.client.request.forms/FormDataContent.contentLength|{}contentLength[0]
913
913
final fun <get-contentLength>(): kotlin/Long // io.ktor.client.request.forms/FormDataContent.contentLength.<get-contentLength>|<get-contentLength>(){}[0]
Copy file name to clipboardExpand all lines: ktor-http/api/ktor-http.api
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -768,10 +768,14 @@ public final class io/ktor/http/HttpStatusCodeKt {
768
768
}
769
769
770
770
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
775
779
public static final fun parseUrlEncodedParameters (Ljava/lang/String;Ljava/nio/charset/Charset;I)Lio/ktor/http/Parameters;
776
780
public static synthetic fun parseUrlEncodedParameters$default (Ljava/lang/String;Ljava/nio/charset/Charset;IILjava/lang/Object;)Lio/ktor/http/Parameters;
Copy file name to clipboardExpand all lines: ktor-http/api/ktor-http.klib.api
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1735,8 +1735,8 @@ final fun (io.ktor.http/HttpMessageBuilder).io.ktor.http/maxAge(kotlin/Int) // i
1735
1735
final fun (io.ktor.http/HttpMessageBuilder).io.ktor.http/userAgent(kotlin/String) // io.ktor.http/userAgent|[email protected](kotlin.String){}[0]
1736
1736
final fun (io.ktor.http/HttpMessageBuilder).io.ktor.http/vary(): kotlin.collections/List<kotlin/String>? // io.ktor.http/vary|[email protected](){}[0]
1737
1737
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]
1740
1740
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]
1741
1741
final fun (io.ktor.http/Parameters).io.ktor.http/withEmptyStringForValuelessKeys(): io.ktor.http/Parameters // io.ktor.http/withEmptyStringForValuelessKeys|[email protected](){}[0]
1742
1742
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
1756
1756
final fun (io.ktor.util.date/GMTDate).io.ktor.http/toHttpDate(): kotlin/String // io.ktor.http/toHttpDate|[email protected](){}[0]
1757
1757
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]
1758
1758
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]
1761
1761
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]
1762
1762
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]
1763
1763
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