Skip to content

Commit

Permalink
rm line about HTTP client
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu committed Jul 12, 2023
1 parent c3ca86a commit fc74902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-apps/wallet/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ val walletCustom = Wallet(

The Kotlin wallet SDK uses the [ktor client](https://ktor.io/docs/getting-started-ktor-client.html) for all network requests (excluding Horizon, where the Stellar SDK's HTTP client is used). Currently, the okhttp engine is configured to be used with the client. You can read more about how to configure the ktor client [here](https://ktor.io/docs/create-client.html#configure-client).

The Typescript wallet SDK uses the [axios client](https://axios-http.com/docs/intro) for all network requests (excluding Horizon, where the Stellar SDK's HTTP client is used). You can read more about how to configure the axios client [here](https://axios-http.com/docs/instance).
The Typescript wallet SDK uses the [axios client](https://axios-http.com/docs/intro) for all network requests. You can read more about how to configure the axios client [here](https://axios-http.com/docs/instance).

For example, the client can be globally configured:

Expand Down

0 comments on commit fc74902

Please sign in to comment.