Farseer v0.4.0 Farseer.Endpoints View Source

Responsible for loading the yml file and making the needed transformations so that the endpoints map works with Plug.match

Link to this section Summary

Functions

Get the endpoints from the yaml file.

Inits the ets table and registers and all paths.

Finds the method name to store in the ets table.

Registers paths with the corresponding rules.

Link to this section Functions

Get the endpoints from the yaml file.

Inits the ets table and registers and all paths.

Finds the method name to store in the ets table.

Link to this function

method_rules(method, method_name)

View Source

Registers paths with the corresponding rules.

Link to this function

register_methods(path, path_rules, methods)

View Source