fune/mobile/android/android-components/components/support/rusthttp
Jonathan Almeida 44b528d25a Bug 1819776 - Remove unused test dependencies from support-rusthttp
These dependencies are not needed and for some reason this fixes the
build failure we are seeing on CI that is expecting the artifact
`androidx.test:monitor:1.4.0`.
2023-03-02 02:19:28 +00:00
..
src/main Bug - 1804690 Expose allowEmulatorLoopback to allow emulator to access network of the host machine sidestepping the TLS error 2022-12-08 17:36:11 +00:00
build.gradle Bug 1819776 - Remove unused test dependencies from support-rusthttp 2023-03-02 02:19:28 +00:00
proguard-rules-consumer.pro
proguard-rules.pro
README.md

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.