Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/librecat/plack-middleware-memento


https://github.com/librecat/plack-middleware-memento

Last synced: 4 days ago
JSON representation

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