Back to Angular

Understanding communication with backend services using HTTP

adev/src/content/guide/http/overview.md

22.0.0-next.10915 B
Original Source

Understanding communication with backend services using HTTP

Most front-end applications need to communicate with a server over the HTTP protocol to download or upload data and access other back-end services. Angular provides a client HTTP API for Angular applications, the HttpClient service class in @angular/common/http.

HTTP client service features

The HTTP client service offers the following major features:

What's next

<docs-pill-row> <docs-pill href="guide/http/setup" title="Setting up HttpClient"/> <docs-pill href="guide/http/making-requests" title="Making HTTP requests"/> </docs-pill-row>