Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is ASIHTTPRequest?

What is ASIHTTPRequest? how do we use it in an iphone application? what are the files we need to include? Does Apple provide files for this?

like image 783
iOS Avatar asked Mar 09 '11 08:03

iOS


2 Answers

Read the ASIHTTP from here you will be able to know what is it and how to use it....it is use to get the request from the server and post request to server

Good Luck!

like image 188
Sudhanshu Avatar answered Oct 16 '22 21:10

Sudhanshu


What is ASIHTTPRequest?

ASIHTTPRequest is an easy to use wrapper around the CFNetwork API that makes some of the more tedious aspects of communicating with web servers easier. It is written in Objective-C and works in both Mac OS X and iPhone applications.

—— from https://allseeing-i.com/ASIHTTPRequest/

like image 28
Maulik Salvi Avatar answered Oct 16 '22 21:10

Maulik Salvi