https://github.com/angular/angular
Raw File
Tip revision: b358b61304b4c7b455f68436787ceec062c6c2f2 authored by Andrew Kushnir on 09 November 2022, 19:38:46 UTC
release: cut the v14.2.10 release
Tip revision: b358b61
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/http) guide.
back to top