Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecat/plack-middleware-memento
https://github.com/librecat/plack-middleware-memento
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/librecat/plack-middleware-memento
- Owner: LibreCat
- License: other
- Created: 2015-03-10T08:38:42.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T18:39:00.000Z (over 3 years ago)
- Last Synced: 2024-05-09T11:36:57.130Z (6 months ago)
- Language: Perl
- Size: 26.4 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Plack::Middleware::Memento - Enable the Memento protocol
# SYNOPSIS
use Plack::Builder;
use Plack::App::Catmandu::Bag;builder {
enable 'Memento', handler => 'Catmandu::Bag', store => 'authority', bag => 'person';
Plack::App::Catmandu::Bag->new(
store => 'authority',
bag => 'person',
)->to_app;
};# DESCRIPTION
This is an early minimal release, documentation and tests are lacking.
# AUTHOR
Nicolas Steenlant
# COPYRIGHT
Copyright 2017- Nicolas Steenlant
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# SEE ALSO