Sync from docs: add custom HTTP client guidance for Dart, Kotlin, Swift (powersync-docs #541) - #62
Open
bean1352 wants to merge 1 commit into
Open
Sync from docs: add custom HTTP client guidance for Dart, Kotlin, Swift (powersync-docs #541)#62bean1352 wants to merge 1 commit into
bean1352 wants to merge 1 commit into
Conversation
Synced from powersync-docs#541 which documented how to configure custom HTTP clients and headers across the Dart, Kotlin, and Swift SDKs.
michaelbarnes
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Source docs PR: powersync-ja/powersync-docs#541
What changed in docs
Added "Custom HTTP Clients and Headers" sections to the Dart, Kotlin, and Swift SDK reference pages, documenting how to configure custom HTTP clients and request headers when connecting to the PowerSync Service (for example, when it runs behind a reverse proxy).
Skill updates in this PR
skills/powersync/references/sdks/powersync-dart.md: Added "Custom HTTP Client" section coveringSyncOptions.httpClientwith aBaseClientsubclass example; addedhttp-client, custom-headersto metadata tags.skills/powersync/references/sdks/powersync-kotlin.md: Added "Custom HTTP Client" section coveringSyncClientConfiguration.ExtendedConfig(header injection) andSyncClientConfiguration.ExistingClient(custom engine); updated Table of Contents entry; addedhttp-client, custom-headersto metadata tags.skills/powersync/references/sdks/powersync-swift.md: Added "Custom HTTP Client" section coveringConnectOptions.clientConfigurationwith a customURLSessionexample; addedhttp-client, custom-headersto metadata tags.Notes for reviewer
The Rust SDK is also mentioned in the source PR as supporting custom HTTP clients (and requiring one, since the SDK provides no default). There is no
powersync-rust.mdskill file in this repo, so no edit was made for Rust. If a Rust skill file is added later, this pattern should be included.The JS SDK is not covered in the source PR as supporting custom HTTP clients, so
powersync-js.mdwas left unchanged.Generated by Claude Code