CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 03:24:05 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100727193108
location: https://web.archive.org/web/20100727193108/https://github.com/dparnell/cucapp
server-timing: captures_list;dur=1.020340, exclusion.robots;dur=0.043232, exclusion.robots.policy;dur=0.018161, esindex;dur=0.018794, cdx.remote;dur=173.565326, LoadShardBlock;dur=198.940502, PetaboxLoader3.datanode;dur=75.500581, PetaboxLoader3.resolve;dur=63.630654
x-app-server: wwwb-app222
x-ts: 302
x-tr: 425
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; 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, 07 Aug 2025 03:24:05 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 27 Jul 2010 19:31:07 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "878bf1e78898366a9a5f7dbd48e2f5a6"
x-archive-orig-x-runtime: 353ms
x-archive-orig-content-length: 23400
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: Tue, 27 Jul 2010 19:31:08 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 27 Jul 2010 19:31:08 GMT", ; rel="memento"; datetime="Tue, 27 Jul 2010 19:31:08 GMT", ; rel="next memento"; datetime="Thu, 29 Jul 2010 05:30:25 GMT", ; rel="last memento"; datetime="Sun, 20 Sep 2020 02:59:43 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_17_20100727160843_crawl100-c/51_17_20100727193013_crawl101.arc.gz
server-timing: captures_list;dur=0.926666, exclusion.robots;dur=0.040764, exclusion.robots.policy;dur=0.019172, esindex;dur=0.020199, cdx.remote;dur=30.220583, LoadShardBlock;dur=192.644857, PetaboxLoader3.datanode;dur=150.607696, PetaboxLoader3.resolve;dur=163.135471, load_resource;dur=151.258906
x-app-server: wwwb-app222
x-ts: 200
x-tr: 451
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
dparnell's cucapp at master - GitHub
dparnell / cucapp
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage

Daniel Parnell (author)
Tue May 11 03:04:36 -0700 2010
cucapp /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Apr 28 05:26:30 -0700 2010 | added .DS_Store to gitignore [Daniel Parnell] |
![]() |
README | Wed Apr 28 05:14:02 -0700 2010 | Added pre-built Cucumber bundle [Daniel Parnell] |
![]() |
Rakefile | Loading commit data... ![]() |
|
![]() |
cucapp.rb | Wed Apr 28 04:32:14 -0700 2010 | Moved everything around and started getting thi... [Daniel Parnell] |
![]() |
example/ | ||
![]() |
lib/ |
README
Cucapp is an interface between Cucumber and Cappuccino. The Cappuccino application is served via thin and a small piece of code is injected. This code connects back to your Cucumber script via AJAX requests Have a look at the example application to see how to set things up. This code is based heavily on Brominet (see https://github.com/textarcana/brominet)