Nephia::Plugin::TOML - A plugin for Nephia that provides TOML Response DSL
use Nephia plugins => ['TOML'];
app {
toml_res +{
name => 'ytnobody',
birth => '1980-11-11',
};
};
Nephia::Plugin::TOML provides three DSL that is about TOML.
Returns a Nephia::Response that contains text/x-toml contents.
Copyright (C) papix.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
papix [email protected]