https://github.com/angular/angular
Raw File
Tip revision: 642cc1c349d31d2e4b89a8c8ee5f090a2ac599c3 authored by Pawel Kozlowski on 08 February 2023, 18:23:17 UTC
release: cut the v15.2.0-next.4 release
Tip revision: 642cc1c
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