https://github.com/angular/angular
Raw File
Tip revision: 9616b086ea8ea978f9540b746993a882e04fe970 authored by Alex Rickabaugh on 10 December 2021, 18:55:01 UTC
release: cut the v12.2.15 release (#44432)
Tip revision: 9616b08
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