tree: 1e7bce5bf9ec38f989eb20d19ce828ee090be63a
  1. android/
  2. gn2bp/
  3. license/
  4. proto/
  5. testing/
  6. tools/
  7. __init__.py
  8. AGENTS.md
  9. BUILD.gn
  10. build_instructions.md
  11. CHERRYPICKS.md
  12. cronet_context.cc
  13. cronet_context.h
  14. cronet_global_state.h
  15. cronet_global_state_stubs.cc
  16. CRONET_OWNERS
  17. cronet_prefs_manager.cc
  18. cronet_prefs_manager.h
  19. cronet_proxy_delegate.cc
  20. cronet_proxy_delegate.h
  21. cronet_stale_host_resolver_unittest.cc
  22. cronet_upload_data_stream.cc
  23. cronet_upload_data_stream.h
  24. cronet_url_request.cc
  25. cronet_url_request.h
  26. DEPS
  27. DIR_METADATA
  28. getting_started.md
  29. host_cache_persistence_manager.cc
  30. host_cache_persistence_manager.h
  31. host_cache_persistence_manager_unittest.cc
  32. metrics_util.cc
  33. metrics_util.h
  34. network_tasks_unittest.cc
  35. OWNERS
  36. PRESUBMIT.py
  37. pylintrc
  38. README.md
  39. run_all_unittests.cc
  40. test_instructions.md
  41. tools_unittest.py
  42. tracing.md
  43. tracing.png
  44. url_request_context_config.cc
  45. url_request_context_config.h
  46. url_request_context_config_unittest.cc
  47. version.h.in
components/cronet/README.md

What is Cronet

Cronet is the networking stack of Chromium put into a library for use on Android. This is the same networking stack that is used in the Chrome browser by over a billion people. It offers an easy-to-use, high performance, standards-compliant, and secure way to perform HTTP requests.

Cronet dropped its best-effort iOS implementation as of version M108. QUIC is available natively in iOS 15+.

Cronet quick start guide

Refer to this doc.

Cronet build instructions

Refer to this doc.

Cronet test instructions

Refer to this doc.