Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
= {TapHttp}[http://tap.rubyforge.org/projects/tap-http]
A task library for submitting http requests using {Tap}[http://tap.rubyforge.org].
== Description
TapHttp provides modules to capture and resubmit HTTP requests. TapHttp is designed to work with a {Ubiquity}[http://labs.mozilla.com/2008/08/introducing-ubiquity/] command called redirect-http; together they allow the capture and resubmission of web forms.
=== Usage
TapHttp submits HTTP requests using Mechanize[http://mechanize.rubyforge.org/mechanize/], via the Tap::Http::Submit task. Headers and parameters may be specified, but only a uri is required.
Tap::Http::Submit.new.process(:uri => 'http://www.google.com')[0, 80]
=== Submitting Web Forms
HTTP requests from web forms may be captured and resubmitted using a combination of tools. To learn how, install tap-http and start a tap server from the command line:
% tap server
Now open a browser and work through the {tutorial}[http://localhost:8080/capture/tutorial].
== Installation
TapHttp is available as a gem on RubyForge[http://rubyforge.org/projects/tap]. Use:
% gem install tap-http
== Info
Copyright (c) 2008-2009, Regents of the University of Colorado. Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/], {Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/] Support:: CU Denver School of Medicine Deans Academic Enrichment Fund Licence:: {MIT-Style}[link:files/MIT-LICENSE.html]
FAQs
Unknown package
We found that tap-http demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.