Skip to content

Instantly share code, notes, and snippets.

@kraih
Created February 14, 2011 03:50
Show Gist options
  • Save kraih/825459 to your computer and use it in GitHub Desktop.
Save kraih/825459 to your computer and use it in GitHub Desktop.
% 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