简体   繁体   中英

HTTP Patch request using java

I need to send an HTTP Patch request using a Java program. Can someone post a code snippet displaying how to do this?

也许这会对你有所帮助:

Response response = request(webTarget).method("PATCH", entity);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM