tree: 1ec1669ee3b3c360db7b57bbde9ec24f0d35a420 [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_OWNERS
  15. cronet_prefs_manager.cc
  16. cronet_prefs_manager.h
  17. cronet_stale_host_resolver_unittest.cc
  18. cronet_upload_data_stream.cc
  19. cronet_upload_data_stream.h
  20. cronet_url_request.cc
  21. cronet_url_request.h
  22. DEPS
  23. DIR_METADATA
  24. getting_started.md
  25. host_cache_persistence_manager.cc
  26. host_cache_persistence_manager.h
  27. host_cache_persistence_manager_unittest.cc
  28. metrics_util.cc
  29. metrics_util.h
  30. network_tasks_unittest.cc
  31. OWNERS
  32. PRESUBMIT.py
  33. pylintrc
  34. README.md
  35. run_all_unittests.cc
  36. test_instructions.md
  37. tools_unittest.py
  38. url_request_context_config.cc
  39. url_request_context_config.h
  40. url_request_context_config_unittest.cc
  41. 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.