module
NoirTechs::Catalog::Lua
Overview
NoirTechs catalog entry: lua_lor.
One file per technology; NoirTechs::TECHS in src/techs/techs.cr is
macro-derived from every constant under NoirTechs::Catalog.
Defined in:
techs/catalog/lua/cli.crtechs/catalog/lua/lapis.cr
techs/catalog/lua/lor.cr
Constant Summary
-
CLI =
{:lua_cli => {:framework => "CLI (argparse / lua_cliargs)", :language => "Lua", :similar => ["lua-cli", "lua_cli", "argparse", "cliargs", "lua_cliargs"], :supported => {:endpoint => true, :method => false, :params => {:query => false, :path => false, :body => false, :header => false, :cookie => false}, :static_path => false, :websocket => false}}} -
LAPIS =
{:lua_lapis => {:framework => "Lapis", :language => "Lua", :similar => ["lapis", "lua-lapis", "lua_lapis"], :supported => {:endpoint => true, :method => true, :params => {:query => false, :path => true, :body => false, :header => false, :cookie => false}, :static_path => false, :websocket => false}, :context => {:callee => true}}} -
LOR =
{:lua_lor => {:framework => "lor", :language => "Lua", :similar => ["lor", "lua-lor", "lua_lor"], :supported => {:endpoint => true, :method => true, :params => {:query => false, :path => true, :body => false, :header => false, :cookie => false}, :static_path => false, :websocket => false}, :context => {:callee => true}}}