Changeset 17082 for lang/perl/HTTP-Engine/branches
- Timestamp:
- 08/05/08 00:46:08 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/lazy_request/t/020_interface/test.t
r17073 r17082 19 19 request_handler => sub { 20 20 my $c = shift; 21 eval $block->code; 22 die $@ if $@; 21 23 $c->res->header( 'X-Req-Test' => "ping" ); 22 24 $c->res->body('OK!'); … … 39 41 40 42 === 43 --- code 41 44 --- response 42 45 Content-Length: 3 … … 46 49 47 50 OK! 51 52 === $c->req->base 53 --- code 54 $c->res->header('X-Req-Base' => $c->req->base); 55 --- response 56 Content-Length: 3 57 Content-Type: text/html 58 Status: 200 59 X-Req-Base: http://localhost/ 60 X-Req-Test: ping 61 62 OK! 63
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)