RSS | Module Info | Add a review of HTTP-Server-Brick
HTTP-Server-Brick
(0.1.3)
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 (permalink)
1 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No
HTTP-Server-Brick (0.1.1)
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 (permalink)
3 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No
HTTP-Server-Brick
(0.1.0)
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 (permalink)
3 out of 4 found this review helpful.
Was this review helpful to you?
Yes
No

