Allow HttpResponse to directly write to stream

Create a ServerResponseStream to have handlers directly write to stream.

- put_ok_with_length() --> ok but we will stream output
- put_chunk() --> streaming outputs
- put_ok() --> one-shot body output
- put_error() --> one-shot error output

Bug: 270461842
Change-Id: Ieb85eb71f269e86ab90c19836cd5b0558d523629
5 files changed
tree: 657c932a58bc551986375a97b9136292877ca0ce
  1. cmake/
  2. doc/
  3. rust/
  4. scripts/
  5. src/
  6. ui/
  7. .clang-format
  8. .gitignore
  9. Android.bp
  10. cmake-format.json
  11. CMakeLists.txt
  12. LICENSE
  13. OWNERS
  14. README.md
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.