X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest.pm;h=09fb8d5f4d4fb4575ef0ad36b383c8f29568e833;hb=3be475284bdafe0ac795fb0c1f4dd41eabba9235;hp=9f0e4ec6f599504b3bde626ea4c4c9a9690a2769;hpb=b111b5c1622ce29ea5524b552ddb1ab8ea614a1a;p=catagits%2FCatalyst-Runtime.git 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