https://github.com/angular/angular
Raw File
Tip revision: d63beb19707109b2c3e16978ce764375fc6cafec authored by Miško Hevery on 30 July 2019, 19:38:51 UTC
release: cut the v8.1.3 release
Tip revision: d63beb1
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