使用中发现,用 curl -XPUT 一个数据必须加上id,不然会报错
No handler found for uri [/megacorp/employee/] and method [PUT]
但是如果用curl -PUT 则不用id也可以自动生成id,效果和POST一样
这是为什么呢?
No handler found for uri [/megacorp/employee/] and method [PUT]
但是如果用curl -PUT 则不用id也可以自动生成id,效果和POST一样
这是为什么呢?
1 个回复
hagezhou
赞同来自:
而XPUT就是PUT