tree: ff2d0708280b16dadbaf4308e2ba4161fc3a25e7 [path history] [tgz]
  1. android/
  2. gn2bp/
  3. license/
  4. native/
  5. testing/
  6. tools/
  7. __init__.py
  8. BUILD.gn
  9. build_instructions.md
  10. cronet_context.cc
  11. cronet_context.h
  12. cronet_global_state.h
  13. cronet_global_state_stubs.cc
  14. cronet_prefs_manager.cc
  15. cronet_prefs_manager.h
  16. cronet_stale_host_resolver_unittest.cc
  17. cronet_upload_data_stream.cc
  18. cronet_upload_data_stream.h
  19. cronet_url_request.cc
  20. cronet_url_request.h
  21. DEPS
  22. DIR_METADATA
  23. getting_started.md
  24. host_cache_persistence_manager.cc
  25. host_cache_persistence_manager.h
  26. host_cache_persistence_manager_unittest.cc
  27. metrics_util.cc
  28. metrics_util.h
  29. network_tasks_unittest.cc
  30. OWNERS
  31. PRESUBMIT.py
  32. pylintrc
  33. README.md
  34. run_all_unittests.cc
  35. test_instructions.md
  36. tools_unittest.py
  37. url_request_context_config.cc
  38. url_request_context_config.h
  39. url_request_context_config_unittest.cc
  40. 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.