https://github.com/angular/angular
Raw File
Tip revision: b40b5576df83745c42a45c6379038a51a90f8ac0 authored by Kara Erickson on 08 April 2020, 19:28:12 UTC
release: cut the v10.0.0-next.1 release
Tip revision: b40b557
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