summaryrefslogtreecommitdiffstats
path: root/lib/Web/Response.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-07-22 18:17:06 -0500
committerJesse Luehrs <doy@tozt.net>2012-07-22 18:17:06 -0500
commit46138d3c576d67397b41ddf4ca22aefae0d02af3 (patch)
tree5401f93f1f298f715b7fa4ad350f66eb1e9a8ada /lib/Web/Response.pm
parent130281f8e4978d56646cf7508cac1736dcbc4d8b (diff)
downloadweb-request-46138d3c576d67397b41ddf4ca22aefae0d02af3.tar.gz
web-request-46138d3c576d67397b41ddf4ca22aefae0d02af3.zip
more docs
Diffstat (limited to 'lib/Web/Response.pm')
-rw-r--r--lib/Web/Response.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Web/Response.pm b/lib/Web/Response.pm
index 5ee5387..bc82526 100644
--- a/lib/Web/Response.pm
+++ b/lib/Web/Response.pm
@@ -21,6 +21,15 @@ use Web::Request::Types ();
=head1 DESCRIPTION
+Web::Response is a response class for L<PSGI> applications. Generally, you will
+want to create instances of this class via C<new_response> on the request
+object, since that allows a framework which subclasses L<Web::Request> to also
+return an appropriate subclass of Web::Response.
+
+All attributes on Web::Response objects are writable, and the final state of
+them will be used to generate a real L<PSGI> response when C<finalize> is
+called.
+
=cut
has status => (