This commit is contained in:
tsmirnov 2020-01-29 13:38:27 -08:00
parent fc563ca297
commit ae58fcecba
1 changed files with 1 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ A basic HTTP request consists of a verb (method) and a resource (endpoint). Bel
*Can be called many times without different outcomes.
HTTP is an application layer protocol relying on lower-level protocols such as **TCP** and **UDP**.
HTTP is an application layer protocol relying on lower-level protocol **TCP**.
#### Source(s) and further reading: HTTP