Changeset 11817 for lang/perl/HTTP-Engine
- Timestamp:
- 05/18/08 01:31:52 (5 years ago)
- Location:
- lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface
- Files:
-
- 3 modified
-
POE.pm (modified) (2 diffs)
-
ServerSimple.pm (modified) (2 diffs)
-
Standalone.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/POE.pm
r11811 r11817 9 9 10 10 has host => ( 11 is => 'r w',11 is => 'ro', 12 12 isa => 'Str', 13 13 default => '127.0.0.1', … … 15 15 16 16 has port => ( 17 is => 'ro',18 isa => 'Int',19 required => 1,17 is => 'ro', 18 isa => 'Int', 19 default => 1978, 20 20 ); 21 21 -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/ServerSimple.pm
r11809 r11817 7 7 8 8 has host => ( 9 is => 'r w',9 is => 'ro', 10 10 isa => 'Str', 11 11 default => '127.0.0.1', … … 13 13 14 14 has port => ( 15 is => 'r w',15 is => 'ro', 16 16 isa => 'Int', 17 default => 80,17 default => 1978, 18 18 ); 19 19 -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/Standalone.pm
r11792 r11817 11 11 12 12 has host => ( 13 is => 'r w',13 is => 'ro', 14 14 isa => 'Str', 15 15 default => '127.0.0.1', … … 17 17 18 18 has port => ( 19 is => 'r w',19 is => 'ro', 20 20 isa => 'Int', 21 default => 80,21 default => 1978, 22 22 ); 23 23
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)