ASIHttprequest 使用PUT DELETE

转自:http://stackoverflow.com/questions/6499949/asihttprequest-delete-method-with-body-parameters

Searching the asihttprequest group ( http://groups.google.com/group/asihttprequest/search?group=asihttprequest&q=delete&qt_g=Search+this+group ) turns up some relevant posts including a suggested workaround:

call buildPostBody on your request after you've populated the body, but before you set the request method.

你可能感兴趣的:(ASIHttprequest 使用PUT DELETE)