Farseer v0.5.1 API Reference

Modules

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

Responsible for normalizing interactions with ets.

Generic HTTP handler. This is also the default handler.

An handler for static JSON responses

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.

Logging utilities.

Provides parsing of rules found in the yaml file.

Validates parsed rules, ensuring that they are structurally valid and make sense.

Mix Tasks