CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 22:36:53 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090811013911
location: https://web.archive.org/web/20090811013911/https://github.com/pokeb/asi-http-request/tree/master
server-timing: captures_list;dur=0.637200, exclusion.robots;dur=0.022655, exclusion.robots.policy;dur=0.011643, esindex;dur=0.012252, cdx.remote;dur=30.728092, LoadShardBlock;dur=209.450444, PetaboxLoader3.datanode;dur=55.468636, PetaboxLoader3.resolve;dur=64.147970
x-app-server: wwwb-app223
x-ts: 302
x-tr: 274
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 30 Jul 2025 22:36:54 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 11 Aug 2009 01:39:10 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 524ms
x-archive-orig-etag: "d92fdc4cb3072486838cc1b0acc09967"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 35328
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 11 Aug 2009 01:39:11 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 17 Sep 2008 02:07:07 GMT", ; rel="prev memento"; datetime="Wed, 05 Aug 2009 23:58:32 GMT", ; rel="memento"; datetime="Tue, 11 Aug 2009 01:39:11 GMT", ; rel="next memento"; datetime="Fri, 28 Aug 2009 03:49:14 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:43:52 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090810133840_crawl100.gpg-c/51_11_20090811013907_crawl101.arc.gz
server-timing: captures_list;dur=0.504745, exclusion.robots;dur=0.019040, exclusion.robots.policy;dur=0.009015, esindex;dur=0.010533, cdx.remote;dur=8.582836, LoadShardBlock;dur=115.389226, PetaboxLoader3.datanode;dur=119.986841, PetaboxLoader3.resolve;dur=410.759540, load_resource;dur=451.674096
x-app-server: wwwb-app223
x-ts: 200
x-tr: 650
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
pokeb's asi-http-request at master - GitHub
- master
- all branches
-
all tags
- 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
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 (

Description: | Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone edit |
Homepage: | https://allseeing-i.com/ASIHTTPRequest edit |
Public Clone URL: |
git://github.com/pokeb/asi-http-request.git
Give this clone URL to anyone.
git clone git://github.com/pokeb/asi-http-request.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:pokeb/asi-http-request.git
|
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.
This feature is coming soon. Sit tight!