From: John Napiorkowski Date: Thu, 6 Feb 2014 17:10:05 +0000 (-0600) Subject: basic docs for env in req X-Git-Tag: 5.90060~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9d8d0ab94e468c7399f6efdff4735d8b3a54307a;hp=2bf65524901dcd5ea3edd8e56ac29401764ba89b basic docs for env in req --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 9f0e4ec..09fb8d5 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -439,6 +439,7 @@ Catalyst::Request - provides information about the current client request $req->uri; $req->user; $req->user_agent; + $req->env; See also L, L. @@ -989,6 +990,9 @@ combined from those in the request and those in the body. If parameters have already been set will clear the parameters and build them again. +=head2 $self->env + +Access to the raw PSGI env. =head2 meta