View Source API Reference fl_ex v0.1.2
Modules
This module it's in this moment just a representative module, nothing to use here keep reading
This module contains all the needed stuff to test your server and all the routers
All the required to have an json api rest
Pre-configured logger with some presets depending the env
This module helps to store in module all the plugs defined in routers in the same definition sorting
All the render functions
This module contains the routing implementation where you can define routes, pipelines for every route
This module helps to handle the http method macros
The server module it's the main piece of the server, can be the only router or just a router forwarder, in all cases it's the init of all
THis module helps to start the Plug.Cowboy server with the Supervisor
This module handles the Plug Cowboy http call, evaluating the request and redirecting to the right controller
The process supervisor for the server
Contains the type of response handling and more helpers for all kinds of possible servers that you can create