https://github.com/angular/angular
Raw File
Tip revision: 22eebbafbccbf35b6f7bff1a99a7333b8fa5ff2f authored by Alex Rickabaugh on 27 September 2021, 17:24:21 UTC
release: cut the v13.0.0-next.8 release (#43613)
Tip revision: 22eebba
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