CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 00:19:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100414034233
location: https://web.archive.org/web/20100414034233/https://github.com/rackspace/php-cloudfiles
server-timing: captures_list;dur=21.092940, exclusion.robots;dur=0.021813, exclusion.robots.policy;dur=0.009317, esindex;dur=0.018489, cdx.remote;dur=29.531313, LoadShardBlock;dur=406.467441, PetaboxLoader3.datanode;dur=188.313469, PetaboxLoader3.resolve;dur=44.842960
x-app-server: wwwb-app212
x-ts: 302
x-tr: 487
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; 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: Thu, 28 Aug 2025 00:19:17 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 14 Apr 2010 03:42:32 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "80e26613f1e631b3f49d3d9063b42eda"
x-archive-orig-x-runtime: 117ms
x-archive-orig-content-length: 29922
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: Wed, 14 Apr 2010 03:42:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Sep 2009 06:47:25 GMT", ; rel="prev memento"; datetime="Sat, 27 Feb 2010 05:02:09 GMT", ; rel="memento"; datetime="Wed, 14 Apr 2010 03:42:33 GMT", ; rel="next memento"; datetime="Tue, 12 Jun 2012 02:13:52 GMT", ; rel="last memento"; datetime="Mon, 23 Jun 2025 06:59:27 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_15_20100413225743_crawl100-c/51_15_20100414033923_crawl101.arc.gz
server-timing: captures_list;dur=0.611605, exclusion.robots;dur=0.023663, exclusion.robots.policy;dur=0.010915, esindex;dur=0.012133, cdx.remote;dur=4.847901, LoadShardBlock;dur=108.267615, PetaboxLoader3.datanode;dur=97.590623, PetaboxLoader3.resolve;dur=105.459701, load_resource;dur=120.799761
x-app-server: wwwb-app212
x-ts: 200
x-tr: 309
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
rackspace's php-cloudfiles at master - GitHub
rackspace / php-cloudfiles
- Source
- Commits
- Network (6)
- Issues (4)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
README
;; PHP Cloud Files API ;; ======================================================================== ;; This package contains the PHP API for the Cloud Files storage system. ;; ;; Please see https://www.rackspacecloud.com/ for more information regarding the ;; Cloud Files storage system. ;; ;; Install ;; ------------------------------------------------------------------------ ;; Extract this archive and make sure the source code files are in your ;; PHP "include path". To use the API in your source code, just make ;; sure to include/require the "cloudfiles.php" script. ;; ;; Requirements ;; ------------------------------------------------------------------------ ;; [mandatory] PHP version 5.x (developed against 5.2.0) ;; [mandatory] PHP's cURL module ;; [mandatory] PHP enabled with mbstring (multi-byte string) support ;; [suggested] PEAR FileInfo module (for Content-Type detection) ;; ;; Examples ;; ------------------------------------------------------------------------ ;; For sample code, please see the tests and API docs. ;; ;; Docs ;; ------------------------------------------------------------------------ ;; The included documentation was generated directly from the source ;; code files using the PHPDocumentor tool. ;; ;; This README file is actually the PHPDocumentor INI configuration file. ;; The following packages were installed via PEAR to generate the HTML ;; API documentation. ;; ;; * PEAR 1.4.11 (stable) ;; * PhpDocumentor 1.4.2 (stable) ;; * XML_Beautifier 1.2.0 (stable) ;; * XML_Parser 1.3.1 (stable) ;; * XML_Util 1.2.0 (stable) ;; ;; To re-generate the API docs, make sure the above software is ;; available and run: ;; rm -rf docs && phpdoc -c phpdoc.ini ;; ;; Tests ;; ------------------------------------------------------------------------ ;; The tests are based on phpunit and are run with PHPUnit 3.3.17 ;; please follow the instructions on : ;; ;; https://www.phpunit.de/manual/current/en/installation.html ;; ;; to install PHPUnit. When installed just run the command phpunit on ;; the top of the directory and it will launch the tests. ;; ;; The tests/Comprehensive.php is not enabled by default since ;; generating big files. If you want to run it you need to go in the ;; tests directory and run with phpunit Comprehensive.php ;; ;; ======================================================================== ;; The lines below here are the configuration settings for re-generating ;; the PHP API documentation. ;; [Parse Data] title = php-cloudfiles hidden = false parseprivate = off javadocdesc = off defaultpackagename = php-cloudfiles defaultcategoryname = php-cloudfiles target = docs directory = . ignore = share/,examples/,tests/,.git/,.gitignore,*.ini,*.swp output=HTML:Smarty:PHP readmeinstallchangelog = README,COPYING,AUTHORS,Changelog