https://github.com/angular/angular
Raw File
Tip revision: 7a47add255486e2b30a98e8ce54ccb5fd6bcc2f0 authored by Dylan Hunn on 08 February 2022, 17:33:08 UTC
release: cut the v13.2.2 release (#45018)
Tip revision: 7a47add
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