docs: make page titles and toc task-oriented (#36024)

PR Close #36024
This commit is contained in:
Judy Bogart
2020-03-11 10:05:35 -07:00
committed by Alex Rickabaugh
parent 702e17cfe2
commit e1ac2efe4a
6 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# HttpClient
# Communicating with backend services using HTTP
Most front-end applications communicate with backend services over the HTTP protocol. Modern browsers support two different APIs for making HTTP requests: the `XMLHttpRequest` interface and the `fetch()` API.