fune/mobile/android/android-components/components/support/rusthttp/README.md
Thom Chiovoloni 81cbc8ce02 [components] Support new a-s megazord build configuration
This includes exposing a new component for configuring the HTTP stack,
as to avoid forcing dependents who have no custom megazord to keep a-s
and a-c versions in sync.

This is required for the CWTS work, and has been coming for a while.
It's a breaking change for users of FxA/Sync/Push who don't megazord
(they must to init HTTP now, and should init rustlog as well). It's also
a breaking change for megazord users, but I'll file PRs for them
individually.

This includes other changes required to update a-s, in logins and fxa
specifically.
2019-07-31 16:47:50 -07:00

312 B

Rust HTTP

This essentially wraps the rust HTTP config library so that consumers who don't use a custom megazord don't have to depend on application-services code.

It's separate from RustLog since it's plausible users might only want to initialize logging, and not use any app-services network functionality.