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.
我正在用 Java 编写一个自动化测试,它首先使用现有 API 在我的应用程序中创建一组先决条件,然后在执行测试期间,我需要更新键的特定值以执行不同的场景. 由于这是一个 REST 服务,我需要使用 PUT 或 POST 方法。哪一个是该选择的?
这是一个现有的 API:使用它告诉你的那个。
如果它没有告诉你是哪一个,那么使用那个有效的。
如果两者都有效,那么请阅读十年的“PUT v POST”辩论并自行决定。
(我个人投票支持 PUT。)