1
0
mirror of https://github.com/donnemartin/system-design-primer.git synced 2025-07-12 22:20:44 +02:00

Explain difference between PUT & PATCH (#35)

This commit is contained in:
JP
2017-03-29 23:19:14 +13:00
committed by Donne Martin
parent b9acf6a063
commit 4d30304ef2

View File

@ -1330,6 +1330,8 @@ A basic HTTP request consists of a verb (method) and a resource (endpoint). Bel
*Can be called many times without different outcomes. *Can be called many times without different outcomes.
The difference between `PUT` and `PATCH` is explained by example [here](https://laracasts.com/discuss/channels/general-discussion/whats-the-differences-between-put-and-patch?page=1).
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 protocols such as **TCP** and **UDP**.
* [HTTP](https://www.nginx.com/resources/glossary/http/) * [HTTP](https://www.nginx.com/resources/glossary/http/)