Search documentation of fl_ex
fl_ex
v0.1.0
Pages
Modules
Settings
View Source
FlEx.Router.Methods
(fl_ex v0.1.0)
Summary
Functions
delete(path, module, function \\ [], pipeline \\ nil)
get(path, module, function \\ [], pipeline \\ nil)
patch(path, module, function \\ [], pipeline \\ nil)
post(path, module, function \\ [], pipeline \\ nil)
put(path, module, function \\ [], pipeline \\ nil)
scope(path, arg2)
Functions
Link to this macro
delete(path, module, function \\ [], pipeline \\ nil)
View Source
(macro)
Link to this macro
get(path, module, function \\ [], pipeline \\ nil)
View Source
(macro)
Link to this macro
patch(path, module, function \\ [], pipeline \\ nil)
View Source
(macro)
Link to this macro
post(path, module, function \\ [], pipeline \\ nil)
View Source
(macro)
Link to this macro
put(path, module, function \\ [], pipeline \\ nil)
View Source
(macro)
Link to this macro
scope(path, arg2)
View Source
(macro)