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