https://github.com/angular/angular
Raw File
Tip revision: 6b83328577867783b242abf07b4edd5eb57ea58f authored by Andrew Scott on 07 November 2023, 00:04:22 UTC
release: cut the v17.0.0-rc.3 release
Tip revision: 6b83328
PACKAGE.md
Implements an HTTP client API for Angular apps that relies on the `XMLHttpRequest` interface exposed by browsers. 

Includes testability features, typed request and response objects, request and response interception,
observable APIs, and streamlined error handling.

For usage information, see the [HTTP Client](guide/understanding-communicating-with-http) guide.
back to top