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 中的基本 Servlet 实现 REST Api,但似乎找不到doPatch()方法。
doPatch()
为什么不HttpServlet实现一个PATCH方法?我想用它,因为它对资源更新更有意义。
HttpServlet
PATCH