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 パッチ リクエストを送信する必要があります。誰かがこれを行う方法を示すコード スニペットを投稿できますか?
多分これはあなたを助けるでしょう:
Response response = request(webTarget).method("PATCH", entity);