This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Ben Copsey (author)
Sat Jul 26 09:28:40 -0700 2008
commit c63b5e1567c662bc19b88571350188a517713fa2
tree 65cedbc537dfc0c10f34f23eac160463c892cb33
parent 26dd54708a4d116b910039c790623d74390a7fba
tree 65cedbc537dfc0c10f34f23eac160463c892cb33
parent 26dd54708a4d116b910039c790623d74390a7fba
| name | age | message | |
|---|---|---|---|
| |
ASIHTTPRequest.h | ||
| |
ASIHTTPRequest.m | ||
| |
ASIProgressDelegate.h | Sat Jul 26 09:28:40 -0700 2008 | |
| |
AppDelegate.h | Mon Jul 14 14:44:28 -0700 2008 | |
| |
AppDelegate.m | ||
| |
English.lproj/ | Mon Jul 14 14:44:28 -0700 2008 | |
| |
Info.plist | Mon Jul 14 14:44:28 -0700 2008 | |
| |
LICENSE | Mon Jul 14 16:27:37 -0700 2008 | |
| |
README | Mon Jul 14 16:27:37 -0700 2008 | |
| |
asi-http-request.xcodeproj/ | ||
| |
asi-http-request_Prefix.pch | Mon Jul 14 14:44:28 -0700 2008 | |
| |
main.m | Mon Jul 14 14:44:28 -0700 2008 |
README
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








