Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在定义一个(希望如此)RESTful API。当有人放 /person/{name} 时。我正在考虑返回与放入的内容不同的内容。例如,他所属的 /group 的数据中的链接?
REST 中的幂等性有多重要?