https://github.com/angular/angular
Raw File
Tip revision: 7db8e1f82eb2a306d887493805368d9a38908ca3 authored by Alex Rickabaugh on 16 June 2021, 22:41:43 UTC
release: cut the v12.0.5 release (#42585)
Tip revision: 7db8e1f
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