-2

Hi I want to Implement ASIHTTP Request in my Project so how can i implement it and how it is good compare to NSURLRequest?

Ankit Vyas
  • 7,507
  • 13
  • 56
  • 89

2 Answers2

0

There are extensive descriptions on ASIHTTPRequest setup and usage on project site. Read it carefully and if you still have any specific questions after that ask them.

Note that ASIHTTPRequest does not include any parsing frameworks so to parse server response you'll need another libs

Vladimir
  • 170,431
  • 36
  • 387
  • 313