Skip Menu |

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

Report information
The Basics
Id: 32297
Status: resolved
Priority: 0/
Queue: HTTP-Server-Simple

People
Owner: Nobody in particular
Requestors: william.obrien [...] clearpace.com
Cc:
AdminCc:

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



Subject: POST data
Date: Mon, 14 Jan 2008 15:27:31 -0000
To: <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: "William O'Brien" <william.obrien [...] clearpace.com>
The only way I can find to get post data is by reading from the stdin_handle <Content-Length> number of bytes and then parsing this myself to get the data. Am I correct in thinking this is the only way to get this data or is there a function available? Rgds, Will No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.0/1218 - Release Date: 10/01/2008 13:32
On Mon Jan 14 10:28:34 2008, william.obrien@clearpace.com wrote: Hi William, Sorry for the delayed response! Show quoted text
> The only way I can find to get post data is by reading from the
stdin_handle Show quoted text
> <Content-Length> number of bytes and then parsing this myself to get
the Show quoted text
> data. Am I correct in thinking this is the only way to get this data
or is Show quoted text
> there a function available?
There is no function in HTTP::Server::Simple. We're trying to keep it as simple as possible (but no simpler). HTTP::Server::Simple::CGI might suit your needs better. Show quoted text
> Rgds, > > Will
Shawn for Best Practical