Ben Copsey

Added readme with intro and a link to the website

Small fix to license
... ... @@ -15,7 +15,7 @@
* THIS SOFTWARE IS PROVIDED BY All-Seeing Interactive ''AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
* DISCLAIMED. IN NO EVENT SHALL All-Seeing Interactive BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
... ...
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 suitable for when you want to submit data to an existing web form, or don't want to mess around with SOAP or XML-RPC.
It provides:
* Ability for setting up progress delegates (e.g. NSProgressIndicators) to show information about download AND upload progress
* An easy interface for adding POST data to requests
* The ability to submit files on local drives as part of POST data, analogous to the HTML file input mechanism
* Basic authentication (username and password) support
* Integrated Keychain support
* Based on NSOperation to make queuing requests and background operation easy
ASIHTTPRequest comes as part of a simple application that demonstrates many of the features above, just look at AppDelegate.m for good pointers on basic usage, or read the comments in ASIHTTPRequest.h for more detail.
ASIHTTPRequest is partly based on code from Apple's ImageClient code samples, so if it doesn't meet your needs, take a look at their CFNetwork examples for more.
ASIHTTPRequest is my first open source Objective-C code. I hope to expand the class and example application further (unit tests, maybe even iphone examples...) in the coming months. If you find it helpful, please do get in touch!
See also:
http://allseeing-i.com/ASIHTTPRequest-CFNetwork-wrapper-for-HTTP-requests
\ No newline at end of file
... ...
... ... @@ -197,48 +197,7 @@
<key>Notifications</key>
<array/>
<key>OpenEditors</key>
<array>
<dict>
<key>Content</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>B513D4520E2BE8A9000A50C6</string>
<key>PBXProjectModuleLabel</key>
<string>ASIHTTPRequest.m</string>
<key>PBXSplitModuleInNavigatorKey</key>
<dict>
<key>Split0</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>B513D4530E2BE8A9000A50C6</string>
<key>PBXProjectModuleLabel</key>
<string>ASIHTTPRequest.m</string>
<key>_historyCapacity</key>
<integer>0</integer>
<key>bookmark</key>
<string>B513D49B0E2BF854000A50C6</string>
<key>history</key>
<array>
<string>B513D4110E2BE42A000A50C6</string>
</array>
</dict>
<key>SplitCount</key>
<string>1</string>
</dict>
<key>StatusBarVisibility</key>
<true/>
</dict>
<key>Geometry</key>
<dict>
<key>Frame</key>
<string>{{0, 20}, {1475, 777}}</string>
<key>PBXModuleWindowStatusBarHidden2</key>
<false/>
<key>RubberWindowFrame</key>
<string>190 -332 1475 818 0 0 1440 878 </string>
</dict>
</dict>
</array>
<array/>
<key>PerspectiveWidths</key>
<array>
<integer>-1</integer>
... ... @@ -272,6 +231,8 @@
<key>Layout</key>
<array>
<dict>
<key>BecomeActive</key>
<true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXBottomSmartGroupGIDs</key>
... ... @@ -315,7 +276,7 @@
<key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
<array>
<array>
<integer>5</integer>
<integer>3</integer>
<integer>1</integer>
<integer>0</integer>
</array>
... ... @@ -351,14 +312,12 @@
<key>Dock</key>
<array>
<dict>
<key>BecomeActive</key>
<true/>
<key>ContentConfiguration</key>
<dict>
<key>PBXProjectModuleGUID</key>
<string>1CE0B20306471E060097A5F4</string>
<key>PBXProjectModuleLabel</key>
<string>ASIHTTPRequest.m</string>
<string>AppDelegate.m</string>
<key>PBXSplitModuleInNavigatorKey</key>
<dict>
<key>Split0</key>
... ... @@ -366,20 +325,20 @@
<key>PBXProjectModuleGUID</key>
<string>1CE0B20406471E060097A5F4</string>
<key>PBXProjectModuleLabel</key>
<string>ASIHTTPRequest.m</string>
<string>AppDelegate.m</string>
<key>_historyCapacity</key>
<integer>0</integer>
<key>bookmark</key>
<string>B513D49A0E2BF854000A50C6</string>
<string>B513D4D10E2C02B0000A50C6</string>
<key>history</key>
<array>
<string>B513D3E90E2BD48A000A50C6</string>
<string>B513D3EA0E2BD48A000A50C6</string>
<string>B513D4170E2BE8A9000A50C6</string>
<string>B513D41B0E2BE8A9000A50C6</string>
<string>B513D4CD0E2C02B0000A50C6</string>
<string>B513D4CE0E2C02B0000A50C6</string>
<string>B513D4930E2BF854000A50C6</string>
<string>B513D4940E2BF854000A50C6</string>
<string>B513D4950E2BF854000A50C6</string>
</array>
<key>prevStack</key>
<array>
... ... @@ -560,6 +519,8 @@
<string>B513D4970E2BF854000A50C6</string>
<string>B513D4980E2BF854000A50C6</string>
<string>B513D4990E2BF854000A50C6</string>
<string>B513D4CF0E2C02B0000A50C6</string>
<string>B513D4D00E2C02B0000A50C6</string>
</array>
</dict>
<key>SplitCount</key>
... ... @@ -753,11 +714,11 @@
<integer>5</integer>
<key>WindowOrderList</key>
<array>
<string>B513D4520E2BE8A9000A50C6</string>
<string>1C530D57069F1CE1000CFCEE</string>
<string>B513D2650E2B507F000A50C6</string>
<string>B513D2660E2B507F000A50C6</string>
<string>B5ABC8410E24CDE70072F422</string>
<string>B513D4520E2BE8A9000A50C6</string>
<string>1C78EAAD065D492600B07095</string>
<string>1CD10A99069EF8BA00B06720</string>
<string>/Users/ben/asi-http-request/asi-http-request.xcodeproj</string>
... ...
This diff could not be displayed because it is too large.