Re: Obtaining verbose info for http transfers.
- From: "Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 15:51:39 +1000
"Simon Taylor" <simon@xxxxxxxxxxxxxxx> wrote in message
news:ddug4i$1k90$1@xxxxxxxxxxxxxxxxxxxxxxx
> Hello Rob,
>
> > One of the nice things about Net::FTP is that if you run it with
debugging
> > switched on, you get a report of the actual communication that's taking
> > place between the local box and the remote ftp server.
>
> Yes, it's rather slick.
>
> > Is there a module that provides the same sort of report in relation to
http
> > downloads ?
>
> I've sometimes used the LWP GET command as follows:
>
> GET -Sdxu http://www.yahoo.com.au
>
That's a nix command, right ? It's probably the sort of thing I'm looking
for ... but I'm on Win32 :-)
I half expected that LWP::UserAgent or HTTP::Request/Response might
implement the verbosity I'm after since they obviously know all about the
http protocol, but I can't find anything in their docs that helps in that
regard.
I vaguely recall having used some sniffer type (non-perl) program a few
years back .... I might have to google that up again if there's no
ready-made perl solution.
Cheers,
Rob
.
- Follow-Ups:
- Re: Obtaining verbose info for http transfers.
- From: Brian Wakem
- Re: Obtaining verbose info for http transfers.
- References:
- Obtaining verbose info for http transfers.
- From: Sisyphus
- Re: Obtaining verbose info for http transfers.
- From: Simon Taylor
- Obtaining verbose info for http transfers.
- Prev by Date: Re: fork() slowness.
- Next by Date: Re: Simulating smaller MTU? ie sending small packets.
- Previous by thread: Re: Obtaining verbose info for http transfers.
- Next by thread: Re: Obtaining verbose info for http transfers.
- Index(es):
Relevant Pages
|