Farseer v0.2.0 API Reference
Modules
Responsible for loading the yml file and making the needed transformations so that the endpoints map works with Plug.match
Generic HTTP handler. This is also the default handler.
The Rabbit handler can be used to interact with RabbitMQ backends.
The S3 handler can be used to interact with AWS S3-compliant services (S3 itself, Digitalocean spaces and so on).
The Static handler can be used to serve static files.
The Unix handler can be used to interact with unix sockets.
The WebSockets handler can be used to interact with WebSockets.
The Zero handler can be used to interact with ZeroMQ backends.
Utilities to work with headers.
Wrapper for YamlElixir, responsible for getting the yaml and validating it.