Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconbot/getolicious
The not quite Mojolicious::Lite request response framework for older systems.
https://github.com/reconbot/getolicious
Last synced: 6 days ago
JSON representation
The not quite Mojolicious::Lite request response framework for older systems.
- Host: GitHub
- URL: https://github.com/reconbot/getolicious
- Owner: reconbot
- Created: 2012-05-17T20:34:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-18T12:51:57.000Z (over 12 years ago)
- Last Synced: 2024-04-09T21:17:38.852Z (7 months ago)
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getolicious
===========The not quite [Mojolicious::Lite](http://mojolicio.us/perldoc/Mojolicious/Lite) request response framework for older systems. If you can run Mojolicious you probably should. I couldn't so I made this. Getolicious provides a request and response objects and a middleware layer. Its inspired by but not nearly as nice as sinatra or connect. It's designed to be run via apache's mod-perl but any server capbale of running your script as a cgi should suffice.
Features
===========
- URL routing
- Middleware
- Not much elseDependencies
===========
Any old version of the following should suffice. The versions listed are the versions I've used.
- CGI 3.15
- HTML::Entities 1.35
- File::stat
- File::Spec 0.82
- Carp 1.04
- JSON 2.15
- Data::Dumper