Sending a HTTP::Request

--0015173ff5bc00b38c04a2ff879e
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hello,

I am in the progress of writing a transparent HTTP proxy as an execise at
DIKU <http://www.diku.dk/english/>.

For this, i need to 'pass on' a request with no changes. What modules shoul=
d
i use for sending such request? Im quite lost as it is.

Regards, Asbj=F8rn

--0015173ff5bc00b38c04a2ff879e--
asbjoern [ Mi, 11 Mai 2011 14:51 ] [ ID #2059373 ]

Re: Sending a HTTP::Request

On 11/05/2011 13:51, Asbj=F8rn Thegler wrote:
> Hello,
>
> I am in the progress of writing a transparent HTTP proxy as an execise =
at
> DIKU<http://www.diku.dk/english/>.
>
> For this, i need to 'pass on' a request with no changes. What modules s=
hould
> i use for sending such request? Im quite lost as it is.

Hi Asbj=F8rn

I suggest you start by looking at how the HTTP::Proxy module is implement=
ed

<http://search.cpan.org/~book/HTTP-Proxy-0.24/lib/HTTP/Proxy.pm>

Although you should be careful to declare your sources in your
completed exercise.

HTH,

Rob

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Rob Dixon [ Mi, 11 Mai 2011 15:11 ] [ ID #2059375 ]
Perl » gmane.comp.lang.perl.beginners » Sending a HTTP::Request

Vorheriges Thema: command output
Nächstes Thema: rewriting a single column in an open file... more efficient IO