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
* New viaduct backend
Added a new viaduct backend trait. The new backend is UniFFI and
async-based and handles settings slightly differently. See the
`new_backend` module for the transition plan.
Added the `hyper` backend to `viaduct` directly. I don't think we
really need to have different crates for each backend, we can use
feature flags instead. This replaces `viaduct-dev` which I did that for
all the CLI crates and the plan is to move iOS from `viaduct-reqwest` to
the hyper backend.
Made some tweaks to `Error` so that it's UniFFI compatible. Also,
renamed it to `ViaductError` to avoid name conflicts on Swift.
* Bug 1987449: Adding OHTTP to viaduct
* Bug 1987449: Adding OHTTP to viaduct
- Additional, adding libclang-dev to Dockerfile for ohttp crate to be built
0 commit comments