DEV Community

devkshitij7
devkshitij7

Posted on β€’ Edited on

1

HTTP Methods You Must Know πŸ‘ πŸ‘¨β€πŸ’» A Thread 🧡

πŸ”· GET : Requests Some Data From
A Server πŸ”·

πŸ”· PUT : Update A Resources On The
Server πŸ”·

πŸ”· PATCH : Update A Resource On The
Server Partially πŸ”·

πŸ”· CONNECT : Establish A Tunnel
To The Server πŸ”·

πŸ”· TRACE : Performs A Message Loop-Back
Test To The Target 🎯 πŸ”·

πŸ”· OPTIONS : Describe The Communication
Options For The Largest Resources πŸ”·

πŸ”· POST : Submit A New Resource To A
Server πŸ”·

πŸ”· DELETE: Delete A Resources On
The Server πŸ”·

πŸ”· HEAD : Same As GET, But Does Not
Request For A Response Body πŸ”·

πŸ‘¨β€πŸ’» Follow @devkshitij7πŸ‘¨β€πŸ’»
For More Amazing Posts...

Top comments (0)

Image of Datadog

Master Mobile Monitoring for iOS Apps

Monitor your app’s health with real-time insights into crash-free rates, start times, and more. Optimize performance and prevent user churn by addressing critical issues like app hangs, and ANRs. Learn how to keep your iOS app running smoothly across all devices by downloading this eBook.

Get The eBook

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay