Module to make REST APIs by using function attributes
start the webserver serving the REST APIs available in the modules passed as parameter (an atom or a list of atoms), use default values for IP (127.0.0.1) and Port (8000)
start the webserver serving the REST APIs in Ip:Port available in the modules passed as parameter (an atom or a list of atoms)
the handler of the requests, receive a request and find the handler, pass the parameters and return the result to the webserver
return an atom representing the mime type of a file depending on it’s extension
transform an atom describing a mime type to its string representation
get the rest api of a module, Module is the module name as atom