Changeset 11074
- Timestamp:
- 05/04/08 15:09:36 (5 years ago)
- Location:
- lang/perl/HTTP-Engine/branches/moose/lib/HTTP/Engine
- Files:
-
- 2 modified
-
Context.pm (modified) (2 diffs)
-
Request.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/moose/lib/HTTP/Engine/Context.pm
r11071 r11074 15 15 isa => 'HTTP::Engine::Request', 16 16 required => 1, 17 default => sub {17 default => sub { 18 18 my $self = shift; 19 19 HTTP::Engine::Request->new( context => $self ); 20 20 }, 21 trigger => sub {21 trigger => sub { 22 22 my $self = shift; 23 23 $self->req->context($self); … … 29 29 isa => 'HTTP::Engine::Response', 30 30 required => 1, 31 default => sub {31 default => sub { 32 32 HTTP::Engine::Response->new; 33 33 }, -
lang/perl/HTTP-Engine/branches/moose/lib/HTTP/Engine/Request.pm
r11073 r11074 15 15 16 16 has context => ( 17 is => 'rw',18 isa => 'HTTP::Engine::Context',17 is => 'rw', 18 isa => 'HTTP::Engine::Context', 19 19 weak_ref => 1, 20 20 ); … … 50 50 51 51 has uri => ( 52 is => 'rw',53 isa => 'Uri',52 is => 'rw', 53 isa => 'Uri', 54 54 coerce => 1, 55 55 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)