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 程序发送 HTTP Patch 请求。有人可以发布一个代码片段来显示如何做到这一点吗?
也许这会帮助你:
Response response = request(webTarget).method("PATCH", entity);