- 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.
推薦閱讀
- 演進式架構(原書第2版)
- Advanced Splunk
- Learning Data Mining with Python
- Python GUI Programming Cookbook
- 基于差分進化的優化方法及應用
- Expert Data Visualization
- C++ Application Development with Code:Blocks
- Python預測分析實戰
- PostgreSQL Developer's Guide
- 深入理解Kafka:核心設計與實踐原理
- Mastering Unreal Engine 4.X
- Learning Shiny
- 基于MATLAB的控制系統仿真及應用
- Python面向對象編程(第4版)
- Learning Azure DocumentDB