0

Hi i'm new in Apache http client, can you help me?

I have next parameter

{“name”:"goku"}

I sending this parameter to be removed.

please help me

user2816207
  • 95
  • 2
  • 3
  • 8
  • Look into documentation before posting to stackoverflow http://hc.apache.org/httpclient-3.x/methods/delete.html for all mothods: http://hc.apache.org/httpclient-3.x/methods.html – webdevbyjoss Oct 16 '13 at 16:03
  • http://stackoverflow.com/questions/4318557/apache-httpclient-deletemethod-example-needed – webdevbyjoss Oct 16 '13 at 16:05
  • http://stackoverflow.com/questions/1051004/how-to-send-put-delete-http-request-in-httpurlconnection – webdevbyjoss Oct 16 '13 at 16:06

1 Answers1

2

Apache Http Fundamentals can be found here http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html

Specifically DELETE request is similar to GET and described here http://hc.apache.org/httpclient-3.x/methods/delete.html

webdevbyjoss
  • 504
  • 7
  • 20