https://github.com/angular/angular
Raw File
Tip revision: 6a9b1e11c2f2b3924f088aca2a941b17aca3f335 authored by Andrew Kushnir on 09 November 2022, 21:35:20 UTC
release: cut the v15.0.0-rc.3 release
Tip revision: 6a9b1e1
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