📜  请求方法 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:39.356000             🧑  作者: Mango

代码示例2
GET /users/ - return the information for 
POST /users/ - modify/update the information for  by providing the data
PUT - I will omit this for now as it is similar enough to `POST` at this level of depth
DELETE /users/ - delete user with ID