mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9f2fb7c6dc
We don't have `guide/http` anymore, so this PR updates the invalid links PR Close #49456
6 lines
364 B
Markdown
6 lines
364 B
Markdown
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/understanding-communicating-with-http) guide. |