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