- 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.
推薦閱讀
- scikit-learn Cookbook
- Mastering JavaScript Object-Oriented Programming
- jQuery EasyUI網站開發(fā)實戰(zhàn)
- Java從入門到精通(第4版)
- Python計算機視覺編程
- 基于差分進化的優(yōu)化方法及應用
- C語言程序設計實踐教程
- 深入淺出RxJS
- PLC編程與調試技術(松下系列)
- Mastering JavaScript Design Patterns(Second Edition)
- PHP編程基礎與實踐教程
- C++編程兵書
- C++ Fundamentals
- 區(qū)塊鏈國產化實踐指南:基于Fabric 2.0
- PyQt編程快速上手