https://github.com/angular/angular
Raw File
Tip revision: 00f293c35f74a71d08e8f66efa50fe7194377355 authored by Andrew Kushnir on 21 June 2023, 18:20:23 UTC
release: cut the v16.1.2 release
Tip revision: 00f293c
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