Dancer::Plugin::Ajax man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Dancer::Plugin::Ajax(3User Contributed Perl DocumentatiDancer::Plugin::Ajax(3)

NAME
       Dancer::Plugin::Ajax - a plugin for adding Ajax route handlers

SYNOPSIS
	   package MyWebApp;

	   use Dancer;
	   use Dancer::Plugin::Ajax;

	   ajax '/check_for_update' => sub {
	       # ... some Ajax code
	   };

	   dance;

DESCRIPTION
       The "ajax" keyword which is exported by this plugin allow you to define
       a route handler optimized for Ajax queries.

       The route handler code will be compiled to behave like the following:

       ·   Pass if the request header X-Requested-With doesnt equal
	   XMLHttpRequest

       ·   Disable the layout

       ·   The action built is a POST request.

AUTHOR
       This module has been written by Alexis Sukrieh <sukria@sukria.net>

perl v5.14.1			  2011-06-15	       Dancer::Plugin::Ajax(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net