- Building Microservices with Go
- Nic Jackson
- 41字
- 2021-07-15 17:28:08
HTTP verbs
The commonly used HTTP verbs are:
- GET
- POST
- PUT
- PATCH
- DELETE
- HEAD
- OPTIONS
Each of these methods has a well-defined semantic within the context of our REST API and the correct implementation will help your user understand your intention.
推薦閱讀
- Python快樂編程:人工智能深度學習基礎
- Interactive Applications Using Matplotlib
- 大學計算機基礎(第2版)(微課版)
- Python編程:從入門到實踐
- Learning Probabilistic Graphical Models in R
- Visualforce Developer’s guide
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Troubleshooting Citrix XenApp?
- Mockito Essentials
- Django Design Patterns and Best Practices
- WildFly Cookbook
- 現代CPU性能分析與優化
- Java多線程并發體系實戰(微課視頻版)
- 基于MATLAB的控制系統仿真及應用
- Mastering Python