Added WebGUI::Requestion/Response
This commit is contained in:
parent
2516ff12c1
commit
72017cf83f
5 changed files with 60 additions and 8 deletions
10
lib/WebGUI/Response.pm
Normal file
10
lib/WebGUI/Response.pm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package WebGUI::Response;
|
||||
use parent qw(Plack::Response);
|
||||
|
||||
=head2 DESCRIPTION
|
||||
|
||||
The WebGUI server response object. See of L<Plack::Response>
|
||||
|
||||
=cut
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue