Skip to content

Commit

Permalink
Update public API
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Jan 10, 2020
1 parent a0ac489 commit 772a32f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public final class io/ktor/client/HttpClient : java/io/Closeable, kotlinx/corout
public final fun getRequestPipeline ()Lio/ktor/client/request/HttpRequestPipeline;
public final fun getResponsePipeline ()Lio/ktor/client/statement/HttpResponsePipeline;
public final fun getSendPipeline ()Lio/ktor/client/request/HttpSendPipeline;
public fun toString ()Ljava/lang/String;
}

public final class io/ktor/client/HttpClientConfig {
Expand Down Expand Up @@ -91,7 +92,7 @@ public final class io/ktor/client/call/HttpEngineCall {
}

public final class io/ktor/client/call/NoTransformationFoundException : java/lang/UnsupportedOperationException {
public fun <init> (Lkotlin/reflect/KClass;Lkotlin/reflect/KClass;)V
public fun <init> (Lio/ktor/client/statement/HttpResponse;Lkotlin/reflect/KClass;Lkotlin/reflect/KClass;)V
public fun getMessage ()Ljava/lang/String;
}

Expand Down

0 comments on commit 772a32f

Please sign in to comment.