P5-dancer2-plugin-deferred

Jul 20, 2023

Dancer2 plugin to defer messages or data across redirections

This Dancer2 plugin provides a method for deferring a one-time message across a redirect. It is similar to “flash” messages, but without the race conditions that can result from multiple tabs in a browser or from AJAX requests. It is similar in design to CatalystPluginStatusMessage, but adapted for Dancer2.

It works by creating a unique message ID within the session that holds deferred data. The message ID is automatically added as a query parameter to redirection requests. It’s sort of like a session within a session, but tied to a request rather than global to the browser. It will even chain across multiple redirects.



Checkout these related ports:
  • Zope213 - Object-based web application platform Version 2.13
  • Zola - Fast static site generator
  • Zgrab2 - Fast Go application scanner
  • Zerowait-httpd - Lightweight and fast http server
  • Zenphoto - Simpler web photo gallery
  • Zend-framework - Framework for developing PHP web applications
  • Yuicompressor - The Yahoo! JavaScript and CSS Compressor
  • Ytdl - YouTube downloader written in Go
  • Yt-dlp - Command-line program for downloading videos from various platforms
  • Youtube_dl - Program for downloading videos from various services
  • Yourls - Your Own URL Shortener
  • You-get - Dumb downloader that scrapes the web
  • Yaws - Web server for dynamic content written in Erlang
  • Yarr - Yet another rss reader
  • Yarn - Package manager for node, alternative to npm (meta port)