I have Restful WebServices, and i send POST and GET HTTP request, how to send PUT and DELTE request HTTP in httpURLConection with JAVA.
相关问题
- Angular RxJS mergeMap types
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
If I use the DELETE request from @BartekM, it get this exception:
To fix it, I just remove this instruction:
source: Sending HTTP DELETE request in Android
you can override
and
PUT
DELETE