https://github.com/angular/angular
Raw File
Tip revision: 67f0cf5fc8a2be4a48c6cd15db53ce9c9c4cd014 authored by Dylan Hunn on 28 March 2024, 16:47:17 UTC
release: cut the v17.3.2 release
Tip revision: 67f0cf5
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