CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 01:51:09 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100213000127
location: https://web.archive.org/web/20100213000127/https://github.com/github/mechanize
server-timing: captures_list;dur=1.375377, exclusion.robots;dur=0.017643, exclusion.robots.policy;dur=0.008179, esindex;dur=0.011258, cdx.remote;dur=25.012396, LoadShardBlock;dur=182.156542, PetaboxLoader3.datanode;dur=79.806926, PetaboxLoader3.resolve;dur=78.505777
x-app-server: wwwb-app214
x-ts: 302
x-tr: 235
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app214; 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, 24 Jul 2025 01:51:10 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 13 Feb 2010 00:01:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f46605a3280be13ac0bbfc541a2bb1e3"
x-archive-orig-x-runtime: 263ms
x-archive-orig-content-length: 27901
x-archive-orig-set-cookie: csrf_id=50339ddd424fab3d109cfba15c0fd322; path=/
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
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, 13 Feb 2010 00:01:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 08 Jan 2010 16:36:55 GMT", ; rel="prev memento"; datetime="Fri, 08 Jan 2010 16:36:55 GMT", ; rel="memento"; datetime="Sat, 13 Feb 2010 00:01:27 GMT", ; rel="last memento"; datetime="Sat, 13 Feb 2010 00:01: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_14_20100212165423_crawl103_IndexOnly-c/51_14_20100212235848_crawl101.arc.gz
server-timing: captures_list;dur=0.481188, exclusion.robots;dur=0.020355, exclusion.robots.policy;dur=0.010310, esindex;dur=0.009596, cdx.remote;dur=7.250048, LoadShardBlock;dur=536.786394, PetaboxLoader3.datanode;dur=104.047295, PetaboxLoader3.resolve;dur=170.232207, load_resource;dur=168.822452
x-app-server: wwwb-app214
x-ts: 200
x-tr: 774
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
github's mechanize at master - GitHub
This service is courtesy of Pledgie.
github / mechanize forked from tenderlove/mechanize
- Source
- Commits
- Network (48)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Mechanize is a ruby library that makes automated web interaction easy. — Read more
README.txt
= WWW::Mechanize https://mechanize.rubyforge.org/ == DESCRIPTION The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. == Dependencies * ruby 1.8.4 * hpricot[https://code.whytheluckystiff.net/hpricot/] Note that the files in the net-overrides/ directory are taken from Ruby 1.9.0. == Examples If you are just starting, check out the GUIDE[link://files/GUIDE_txt.html]. Also, check out the EXAMPLES[link://files/EXAMPLES_txt.html] file. == Authors Original Code: Copyright (c) 2005 by Michael Neumann (mneumann@ntecs.de) New Code: Copyright (c) 2007 by Aaron Patterson (aaronp@rubyforge.org) This library comes with a shameless plug for employing me (Aaron[https://tenderlovemaking.com/]) programming Ruby, my favorite language! == Acknowledgments This library was heavily influenced by its namesake in the perl world. A big thanks goes to Andy Lester (andy@petdance.com), the author of the original perl Mechanize which is available here[https://search.cpan.org/~petdance/WWW-Mechanize-1.20/]. Ruby Mechanize would not be around without you! Thank you to Michael Neumann for starting the Ruby version. Thanks to everyone who's helped out in various ways. Finally, thank you to the people using this library! == License This library is distributed under the GPL. Please see the LICENSE[link://files/LICENSE_txt.html] file.