| CPAN Ratings HTTP-Server-Brick reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of HTTP-Server-Brick
Very handy - tried it for prototyping; has made its way in to a couple of low-volume production systems.
David Knell - 2008-08-21T02:19:55
Just a comment on the above rating - thanks for the good words, but I must point out that HTTP::Server::Brick does have path info handling. From the POD:
The request object is an instance of HTTP::Request with two extra properties:
$req->{mount_path}
The mounted path that was matched. This will always be identical to $req-uri->path> for non-wildcard mounts.
$req->{path_info}
Using nomenclature from CGI.pm, any extra path (or rather, uri) info after the matched mount_path. This will always be empty for non-wildcard mounts.
Mark Aufflick - 2008-06-14T07:37:00
Very nice module for setting up a small web server. It lacks a few things like CGI queries and path info handling, but overall it's very useful.
Sébastien Aperghis-Tramoni - 2007-09-03T09:24:21
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|