test(http-proxy): Add unit test for port 80 connect

Adds a unit test to the `http-proxy` crate to cover the untested
code path in the `connect` function that handles connections to
port 80.

This test verifies that the `Connector` correctly rewrites HTTP
requests to `absolute-form` when connecting to port 80, ensuring
that the header rewriting logic is working as expected.

Change-Id: I0b0dd815534e36d2b75db76b15ddca339fdac0d1
1 file changed
tree: 1b0361ca6fbc2b44b3c283528f04bbf981c5de3e
  1. cmake/
  2. doc/
  3. guide/
  4. pdl/
  5. proto/
  6. rust/
  7. scripts/
  8. src/
  9. testing/
  10. ui/
  11. .clang-format
  12. .gitignore
  13. Android.bp
  14. BUILD.bazel
  15. cmake-format.json
  16. CMakeLists.txt
  17. LICENSE
  18. MODULE.bazel
  19. OWNERS
  20. README.md
  21. rootcanal.BUILD.bazel
  22. TEST_MAPPING
  23. WORKSPACE
README.md

netsim - a network simulation tool for multi-device use cases

Netsim is a development stage open-source tool for testing and analysis of android multi-device apps and frameworks. It offers radio level control and HCI tracing.