1HTTPRECORDER(1) User Contributed Perl Documentation HTTPRECORDER(1)
2
3
4
6 httprecorder - quick script for recording HTTP traffic
7
9 httprecorder [ --port=8080 ] [ --file=http_traffic ] [ --help ]
10
11 Options:
12 --help brief help message
13 --port Port number to use for the proxy server (default 8080)
14 --file filename to record the traffic to (default "http_traffic")
15
17 This is a quick script for using HTTP::Recorder module. If you need
18 customizing please see the module itself
19
21 Shmuel Fomberg <semuelf@cpan.org>
22
24 Copyright 2011 Shmuel Fomberg.
25
26 This program is free software; Released under the GNU Public License.
27
28
29
30perl v5.34.0 2022-01-21 HTTPRECORDER(1)