Skip Menu |

This queue is for tickets about the POE-Component-Server-HTTP CPAN distribution.

Report information
The Basics
Id: 11777
Status: new
Priority: 0/
Queue: POE-Component-Server-HTTP

People
Owner: Nobody in particular
Requestors: ms419 [...] freezone.co.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: HTTP request methods other than GET
Though my handler is invoked for "GET / HTTP/1.1" requests, it is not invoked for "OPTIONS / HTTP/1.1", "PROPFIND / HTTP/1.1", "FOOBAR / HTTP/1.1", etc. requests. I registered my handler with POE::Component::Server::HTTP using - my $http = POE::Component::Server::HTTP->new( Port => 9080, ContentHandler => { '/' => \&handler } ); How do I get POE::Component::Server::HTTP to respond HTTP request methods other than GET? Thanks! Jack
From: Arthur Bergman <sky [...] nanisky.com>
Subject: Re: [cpan #11777] HTTP request methods other than GET
Date: Mon, 7 Mar 2005 08:16:21 +0000
To: bug-POE-Component-Server-HTTP [...] rt.cpan.org
RT-Send-Cc:
On 7 Mar 2005, at 02:51, Guest via RT wrote: Show quoted text
> > How do I get POE::Component::Server::HTTP to respond HTTP request > methods other than GET? > > Thanks! > > Jack >
I am not sure that is possible right now :/ Cheers Arthur ----- CTO @ Fotango Ltd +447834716919 http://www.fotango.com/