CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 10 Aug 2025 22:57:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100109154305
location: https://web.archive.org/web/20100109154305/https://github.com/pokeb/asi-http-request/tree/v0.91
server-timing: captures_list;dur=0.422535, exclusion.robots;dur=0.014247, exclusion.robots.policy;dur=0.006218, esindex;dur=0.008944, cdx.remote;dur=568.710420, LoadShardBlock;dur=221.571604, PetaboxLoader3.datanode;dur=38.470142, PetaboxLoader3.resolve;dur=82.754171
x-app-server: wwwb-app216
x-ts: 302
x-tr: 817
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; 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: Sun, 10 Aug 2025 22:57:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 09 Jan 2010 15:43:05 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "146ab8bf3cf5f40a348d8d12daf8d341"
x-archive-orig-x-runtime: 99ms
x-archive-orig-content-length: 57830
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 09 Jan 2010 15:43:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 13 Aug 2009 02:28:19 GMT", ; rel="prev memento"; datetime="Thu, 13 Aug 2009 02:28:19 GMT", ; rel="memento"; datetime="Sat, 09 Jan 2010 15:43:05 GMT", ; rel="last memento"; datetime="Sat, 09 Jan 2010 15:43:05 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: 52_13_20100109132223_crawl101_IndexOnly-c/52_13_20100109154133_crawl101.arc.gz
server-timing: captures_list;dur=0.611747, exclusion.robots;dur=0.020314, exclusion.robots.policy;dur=0.010064, esindex;dur=0.013655, cdx.remote;dur=365.165928, LoadShardBlock;dur=120.782530, PetaboxLoader3.datanode;dur=64.583102, PetaboxLoader3.resolve;dur=142.114146, load_resource;dur=117.614189
x-app-server: wwwb-app216
x-ts: 200
x-tr: 719
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 v0.91 - GitHub
pokeb / asi-http-request
- Source
- Commits
- Network (41)
- Issues (2)
- Downloads (57)
- Wiki (1)
- Graphs
-
Tag:
v0.91
- Branches (3)
-
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
commit 4c3db1b893ab5003ef79d7b2f5c73ee9c46064b2
tree 590663a643fb1445fb26d733d58b1495129b13c1
parent 3330f9c58544f74bd717797a17925fa9f9fd9cd8
tree 590663a643fb1445fb26d733d58b1495129b13c1
parent 3330f9c58544f74bd717797a17925fa9f9fd9cd8
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
- The ability to submit files on local drives as part of POST data, compatible with the HTML file input mechanism
- 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 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
- 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!