github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

pokeb / asi-http-request

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 552
    • 47
  • Source
  • Commits
  • Network (47)
  • Issues (5)
  • Downloads (57)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (3)
    • concurrent
    • integration
    • master ✓
  • Tags (57)
    • v1.5
    • v1.2
    • v1.1.1
    • v1.1
    • v1.0.9
    • v1.0.8
    • v1.0.7
    • v1.0.6
    • v1.0.5
    • v1.0.4
    • v1.0.3
    • v1.0.2
    • v1.0.1
    • v1.0
    • v0.996
    • v0.995
    • v0.994
    • v0.993
    • v0.992
    • v0.991
    • v0.952
    • v0.951
    • v0.881
    • v0.99
    • v0.98
    • v0.97
    • v0.96
    • v0.95
    • v0.94
    • v0.93
    • v0.92
    • v0.91
    • v0.89
    • v0.88
    • v0.87
    • v0.86
    • v0.85
    • v0.84
    • v0.83
    • v0.82
    • v0.81
    • v0.71
    • v0.62
    • v0.61
    • v0.54
    • v0.53
    • v0.52
    • v0.51
    • v0.9
    • v0.8
    • v0.7
    • v0.6
    • v0.5
    • v0.4
    • v0.3
    • v0.2
    • 1.0.3
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone — Read more

  cancel

http://allseeing-i.com/ASIHTTPRequest

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Allow POST for form data requests Comment
pokeb (author)
Thu Feb 04 04:20:15 -0800 2010
commit  e3c3b73fa860c6b7b9fb35e44dc4263eeef26241
tree    3bf20066b5316035407594bf02e932773683a960
parent  6639959e8f44915c58ab9ae9f2685c8f5c0651f3
asi-http-request /
name age
history
message
file .gitattributes Fri Nov 07 11:58:33 -0800 2008 Try to stop git choking on xcode projects [pokeb]
file .gitignore Sat May 16 05:26:11 -0700 2009 Added up to date GHUnit to project Mac tests no... [pokeb]
directory Classes/ Thu Feb 04 04:20:15 -0800 2010 Allow POST for form data requests [pokeb]
directory External/ Mon Dec 14 08:37:35 -0800 2009 Refactor reachability: Reachability class versi... [pokeb]
directory Frameworks/ Sat Nov 14 04:28:50 -0800 2009 Update GHUnit [pokeb]
file LICENSE Sat Oct 03 06:26:35 -0700 2009 Tweak copyright date [pokeb]
directory Mac Sample/ Tue Jan 05 03:45:56 -0800 2010 Tweak progress tests to run in main thread to m... [pokeb]
directory Mac.xcodeproj/ Thu Jan 14 03:16:35 -0800 2010 Fix date parsing on mac [pokeb]
file README.textile Sun Aug 02 10:00:52 -0700 2009 Update readme with note about new proxy features [pokeb]
file clang.sh Sun Mar 22 08:53:26 -0700 2009 Added clang script to handle the fact we now ha... [pokeb]
directory iPhone Sample/ Thu Jan 14 02:23:59 -0800 2010 Merge branch 'cloudfiles' into integration Con... [pokeb]
directory iPhone.xcodeproj/ Thu Jan 14 02:27:38 -0800 2010 Folder reorg [pokeb]
file set_version_number.rb Tue Jan 05 03:45:56 -0800 2010 Tweak progress tests to run in main thread to m... [pokeb]
file strict.xcconfig Wed Nov 25 04:39:53 -0800 2009 Added stricter build config file, with settings... [pokeb]
README.textile

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.

It is suitable performing basic HTTP requests and interacting with REST-based services (GET / POST / PUT / DELETE). The included ASIFormDataRequest subclass makes it easy to submit POST data and files using multipart/form-data.

It provides:

  • A straightforward interface for submitting data to and fetching data from webservers
  • Download data to memory or directly to a file on disk
  • Submit files on local drives as part of POST data, compatible with the HTML file input mechanism
  • Stream request bodies directly from disk to the server, to conserve memory
  • Resume for partial downloads
  • Easy access to request and response HTTP headers
  • Progress delegates (NSProgressIndicators and UIProgressViews) to show information about download AND upload progress
  • Auto-magic management of upload and download progress indicators for operation queues
  • Basic, Digest + NTLM authentication support, credentials are automatically re-used for the duration of a session, and can be stored for later in the Keychain.
  • Cookie support
  • GZIP support for response data AND request bodies
  • [NEW] Experimental support for Amazon S3
  • [NEW] Supports manual and autodetected proxies, authenticating proxies, and PAC file autoconfiguration
  • Based on NSOperation to make queuing requests and background operation easy
  • Comes with a broad range of unit tests

Documentation is available here.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server