Skip to content

Commit 4d30304

Browse files
jpcaparasdonnemartin
authored andcommitted
Explain difference between PUT & PATCH (donnemartin#35)
1 parent b9acf6a commit 4d30304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,8 @@ A basic HTTP request consists of a verb (method) and a resource (endpoint). Bel
13301330

13311331
*Can be called many times without different outcomes.
13321332

1333+
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).
1334+
13331335
HTTP is an application layer protocol relying on lower-level protocols such as **TCP** and **UDP**.
13341336

13351337
* [HTTP](https://www.nginx.com/resources/glossary/http/)

0 commit comments

Comments
 (0)