http methods
Estimated reading time: 1 minutehttp methods
| method name | descriptions |
|---|---|
| get | retrieve data. |
| post | create data |
| put | edit data |
| patch | partially edit data |
| delete | delete data |
| head | get request without body response |
| options | describe the communication options for the target resource. |
| connect | establishes a tunnel to the server identified by the target resource. |
| trace | performs a message loop-back test along the path to the target resource. |