- ASP.NET Core 2 Fundamentals
- Onur Gumus Mugilan T. S. Ragupathi
- 119字
- 2021-07-23 17:09:41
Working with HTTP Methods
HTTP defines methods (sometimes referred to as verbs) to indicate the desired actions to be performed on the identified resources. It is a part of HTTP specification. Even though all the requests of the HTTP protocol follow the request-response pattern, the way the requests are sent can vary from one to the next. The HTTP method defines how the request is being sent to the server.
The available methods in HTTP are GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, CONNECT, and PATCH. In most of the web applications, the GET and POST methods are widely used. In this section, we will discuss these methods. Later, we will discuss other HTTP methods on a need-to-know basis.
推薦閱讀
- Flask Blueprints
- JavaScript高效圖形編程
- Flash CS6中文版應(yīng)用教程(第三版)
- C語言程序設(shè)計
- Python機器學(xué)習(xí)經(jīng)典實例
- Visual C++數(shù)字圖像處理技術(shù)詳解
- 焊接機器人系統(tǒng)操作、編程與維護
- 第一行代碼 C語言(視頻講解版)
- 速學(xué)Python:程序設(shè)計從入門到進階
- SFML Game Development
- Google Adsense優(yōu)化實戰(zhàn)
- Wearable:Tech Projects with the Raspberry Pi Zero
- Implementing DevOps with Ansible 2
- PHP面試一戰(zhàn)到底
- Java語言程序設(shè)計與實現(xiàn)(微課版)