Skip to content

Commit

Permalink
mention request methods in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 17, 2014
1 parent cd087ba commit ac3de43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -705,7 +705,7 @@ L<Mojolicious/"types">.
Similar to templates, but with only a single file extension and optional
Base64 encoding, static files can be inlined in the C<DATA> section and are
served automatically.
served automatically for C<GET> and C<HEAD> requests.
use Mojolicious::Lite;
Expand All @@ -718,8 +718,8 @@ served automatically.
@@ test.txt (base64)
dGVzdCAxMjMKbGFsYWxh
External static files are not limited to a single file extension and will be
served automatically from a C<public> directory if it exists.
External static files are not limited to a single file extension and will also
be served automatically from a C<public> directory if it exists.
$ mkdir public
$ mv something.js public/something.js
Expand Down

0 comments on commit ac3de43

Please sign in to comment.