Skip to content

Conversation

@bendk
Copy link
Contributor

@bendk bendk commented Jan 16, 2026

The goal is to move iOS to viaduct-hyper, which implements the new viaduct backend.

This is the step 1. Next up is switching firefox-ios to initializing hyper rather than reqwest. The last step is removing viaduct-reqwest from the megazord.

Pull Request checklist

  • Breaking changes: This PR follows our breaking change policy
    • This PR follows the breaking change policy:
      • This PR has no breaking API changes, or
      • There are corresponding PRs for our consumer applications that resolve the breaking changes and have been approved
  • Quality: This PR builds and tests run cleanly
    • Note:
      • For changes that need extra cross-platform testing, consider adding [ci full] to the PR title.
      • If this pull request includes a breaking change, consider cutting a new release after merging.
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry in CHANGELOG.md or an explanation of why it does not need one
    • Any breaking changes to Swift or Kotlin binding APIs are noted explicitly
  • Dependencies: This PR follows our dependency management guidelines
    • Any new dependencies are accompanied by a summary of the due diligence applied in selecting them.

@bendk bendk requested review from a team and lougeniaC64 January 16, 2026 16:27
@bendk bendk force-pushed the push-rlulrxutkvvx branch from d97af13 to e844c0b Compare January 16, 2026 16:57
The goal is to move iOS to viaduct-hyper, which implements the new
viaduct backend.

This is the step 1.  Next up is switching firefox-ios to initializing
`hyper` rather than `reqwest`.  The last step is removing
`viaduct-reqwest` from the megazord.
@bendk bendk force-pushed the push-rlulrxutkvvx branch from e844c0b to 47ecd1d Compare January 16, 2026 17:28
/// namespaces. Once we move to UniFII 0.31 we can use the renaming feature to do this instead.
#[uniffi::export]
pub fn init_backend_hyper() -> Result<()> {
pub fn viaduct_init_backend_hyper() -> Result<()> {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not strictly necessary, but I think this will make the firefox-ios code more clear. If you just call initBackendHyper() it's not clear what the backend is for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants