chromium/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](getting_started.md).

# Cronet build instructions

Refer to [this doc](build_instructions.md).

# Cronet test instructions

Refer to [this doc](test_instructions.md).