mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
fix http
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user