Consuming Custom Request Methods with iOS5

前端 未结 1 1834
面向向阳花
面向向阳花 2021-01-23 12:58

My original question regarding Consuming Custom Request Methods with Android seems to have garnered very little attention -- I have converted it to an Android specific quest

相关标签:
1条回答
  • 2021-01-23 13:23

    ASIHTTPRequest allows it: http://allseeing-i.com/ASIHTTPRequest/How-to-use

    Check out the 'PUT requests and custom POSTs' section.

    [request setRequestMethod:@"SOME_REQUEST_METHOD"];
    
    0 讨论(0)
提交回复
热议问题