Re: Eksemple on http post instead of http get.

2004-02-05 Thread David Davis
rsen" <[EMAIL PROTECTED]> To: "David Davis" <[EMAIL PROTECTED]> Sent: Thu, 5 Feb 2004 07:43:07 +0100 Subject: Re: Eksemple on http post instead of http get. > Hi David... > > Thanks for you example , it helped me very much , and hopefully also > others. >

Re: Eksemple on http post instead of http get.

2004-02-04 Thread Scott
POE::Component::Client::HTTP will handle them the same, as it uses bits and pieces of libwww-perl. In this particular instance, you want to build a POST request object using HTTP::Request. There are a number of ways to do it, please see the HTTP::Request documentation. Using HTTP::Request::C

Re: Eksemple on http post instead of http get.

2004-02-04 Thread David Davis
Sure! I've done this before. I'll make one and put it at the bottom as example 3. David -- Original Message --- From: "Michael" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wed, 4 Feb 2004 17:23:58 +0100 Subject: Eksemple on http post instead of http g

Eksemple on http post instead of http get.

2004-02-04 Thread Michael
Does anyone have an example on a http post instead of the http-get in the following example... http://poe.perl.org/?POE_Cookbook/Web_Client Example 2: Multiple requests in a single session. regards Michael.