https://github.com/angular/angular
Raw File
Tip revision: 7aa92fa8fe0ae042bd45bcd56497cfe42574cba7 authored by Paul Gschwendtner on 09 February 2024, 10:51:23 UTC
release: cut the v17.2.0-rc.1 release
Tip revision: 7aa92fa
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