Created
February 14, 2011 03:50
-
-
Save kraih/825459 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% mojo generate lite_app | |
[exist] /Users/sri | |
[write] /Users/sri/myapp.pl | |
[chmod] myapp.pl 744 | |
% ./myapp.pl get --verbose --mode testing /welcome 'head > title' text | |
GET /welcome HTTP/1.1 | |
User-Agent: Mojolicious (Perl) | |
Content-Length: 0 | |
Host: localhost:13359 | |
HTTP/1.1 200 OK | |
X-Powered-By: Mojolicious (Perl) | |
Content-Type: text/html;charset=UTF-8 | |
Connection: Keep-Alive | |
Date: Mon, 14 Feb 2011 03:49:42 GMT | |
Server: Mojolicious (Perl) | |
Content-Length: 108 | |
Welcome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment