Skip to content

nephia/Nephia-Plugin-TOML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

NAME

Nephia::Plugin::TOML - A plugin for Nephia that provides TOML Response DSL

SYNOPSIS

use Nephia plugins => ['TOML'];
app {
    toml_res +{ 
        name  => 'ytnobody',
        birth => '1980-11-11',
    };
};

DESCRIPTION

Nephia::Plugin::TOML provides three DSL that is about TOML.

DSL

json_res $hashref

Returns a Nephia::Response that contains text/x-toml contents.

LICENSE

Copyright (C) papix.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

papix mail@papix.net

About

A plugin for Nephia that provides TOML Response DSL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages