New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tap-http

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-http

  • 0.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= {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]

=> "<meta http-equiv="content-type" content="text/html; charset=ISO-8859"

=== 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

Package last updated on 25 Jul 2009

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc