CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 20:02:19 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100108163655
location: https://web.archive.org/web/20100108163655/https://github.com/github/mechanize
server-timing: captures_list;dur=0.646641, exclusion.robots;dur=0.024933, exclusion.robots.policy;dur=0.011042, esindex;dur=0.015963, cdx.remote;dur=51.081764, LoadShardBlock;dur=561.501753, PetaboxLoader3.datanode;dur=214.412821, PetaboxLoader3.resolve;dur=275.992643
x-app-server: wwwb-app211
x-ts: 302
x-tr: 646
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app211; 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: Wed, 23 Jul 2025 20:02:20 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 08 Jan 2010 16:36:55 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b6f1f133c2680810e95a2e985a5b5fb4"
x-archive-orig-x-runtime: 192ms
x-archive-orig-content-length: 26853
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: Fri, 08 Jan 2010 16:36:55 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="memento"; datetime="Fri, 08 Jan 2010 16:36:55 GMT", ; rel="next 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_13_20100108122447_crawl102-c/51_13_20100108163541_crawl101.arc.gz
server-timing: captures_list;dur=0.706129, exclusion.robots;dur=0.031821, exclusion.robots.policy;dur=0.015233, esindex;dur=0.014488, cdx.remote;dur=62.937085, LoadShardBlock;dur=211.687086, PetaboxLoader3.datanode;dur=249.525577, load_resource;dur=404.673636, PetaboxLoader3.resolve;dur=324.987484
x-app-server: wwwb-app211
x-ts: 200
x-tr: 757
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
github / mechanize forked from tenderlove/mechanize
- Source
- Commits
- Network (46)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
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.
This feature is coming soon. Sit tight!