Skip to content

Commit

Permalink
import HTTP-Recorder 0.03_01 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   HTTP-Recorder
git-cpan-version:  0.03_01
git-cpan-authorid: LEIRA
git-cpan-file:     authors/id/L/LE/LEIRA/HTTP-Recorder-0.03_01.tar.gz
  • Loading branch information
Linda Julien authored and schwern committed Dec 12, 2009
1 parent cd74ecb commit 61ec73d
Show file tree
Hide file tree
Showing 5 changed files with 507 additions and 223 deletions.
48 changes: 48 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Revision history for HTTP::Recorder
-----------------------------------

0.03_01 1 March 2004

Support for recording SSL

Added a UI
- Available via control URL rather than a JS popup
- Update, reset clear, download features
- "Goto page" functionality

Rewriting improvements
- Support 'link' tag
- Support link anchors
- Set base URL if necessary (so relative links will be properly followed)
- Don't try to set the value of submit buttons in a form
- support multipart/form-data

Additional documentation

Logging improvements
- Add SetFieldsAndSubmit method to Logger; use it
- Set form name before trying to set form fields.
- Use form names when available, rather than form numbers.

0.02 15 February 2004

Improved rewriting for pages with JavaScript:
- Don't rewrite href="javascript:XXX" links or text inside them
- Change the way forms are re-written, so that JavaScript won't fail.

Use link indices as well as names (supports multiple links of the
same name on a single page).

Preserve page titles.

Use form names when available, rather than form numbers.

Keep attributes in their original order on rewrite.

Support links with quotes (") in them.

Only try to rewrite text/ content (images, etc. won't be
corrupted).

** Many thanks to Jason Gessner <jason@multiply.org> for his
patches and feedback.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lib/HTTP/Recorder.pm
lib/HTTP/Recorder/Logger.pm
lib/HTTP/Logger.pm
Makefile.PL
t/load.t
t/pod.t
MANIFEST
CHANGES
README
76 changes: 0 additions & 76 deletions lib/HTTP/Logger.pm

This file was deleted.

Loading

0 comments on commit 61ec73d

Please sign in to comment.