Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 5, 2012
1 parent c497e76 commit e49cd30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -939,11 +939,11 @@ the renderer provides methods to help you with that.

=head2 Post-processing content

While post-processing tasks, especially for content generated by the renderer,
are generally very easy with the C<after_dispatch> hook, there are a few
things you need to watch out for, such as multipart content, dynamically
generated content, content that is streamed directly from files and content
with range constraints.
While post-processing tasks are generally very easy with the C<after_dispatch>
hook, especially for content generated by the renderer, there are a few things
you need to watch out for, such as multipart content, dynamically generated
content, content that is streamed directly from files and content with range
constraints.

use Mojolicious::Lite;
use IO::Compress::Gzip 'gzip';
Expand Down

0 comments on commit e49cd30

Please sign in to comment.