CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 12:00:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081227224548
location: https://web.archive.org/web/20081227224548/https://github.com/pokeb/asi-http-request/tree/v0.4
server-timing: captures_list;dur=0.674466, exclusion.robots;dur=0.024119, exclusion.robots.policy;dur=0.010403, esindex;dur=0.012068, cdx.remote;dur=107.193120, LoadShardBlock;dur=630.540119, PetaboxLoader3.datanode;dur=105.878038, PetaboxLoader3.resolve;dur=342.064975
x-app-server: wwwb-app203
x-ts: 302
x-tr: 767
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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: Sat, 23 Aug 2025 12:00:08 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 27 Dec 2008 22:45:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2825ms
x-archive-orig-etag: "059868ba6069f258feae74ad1e431f13"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 21758
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 27 Dec 2008 22:45:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 27 Dec 2008 22:45:48 GMT", ; rel="memento"; datetime="Sat, 27 Dec 2008 22:45:48 GMT", ; rel="next memento"; datetime="Thu, 13 Aug 2009 01:15:38 GMT", ; rel="last memento"; datetime="Sat, 09 Jan 2010 15:42:01 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_7_20081227193437_crawl108-c/52_7_20081227224349_crawl103.arc.gz
server-timing: captures_list;dur=0.743799, exclusion.robots;dur=0.025393, exclusion.robots.policy;dur=0.011994, esindex;dur=0.015920, cdx.remote;dur=252.462905, LoadShardBlock;dur=229.027005, PetaboxLoader3.resolve;dur=892.995087, PetaboxLoader3.datanode;dur=159.075907, load_resource;dur=852.131132
x-app-server: wwwb-app203
x-ts: 200
x-tr: 1399
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.4 — GitHub
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 |
Homepage: | https://allseeing-i.com/ASIHTTPRequest-CFNetwork-wrapper-for-HTTP-requests |
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
|

Ben Copsey (author)
Thu Jul 31 04:30:42 -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: https://allseeing-i.com/ASIHTTPRequest-CFNetwork-wrapper-for-HTTP-requests
This feature is coming soon. Sit tight!