Rexy v0.1.0 ReverseProxy.Service View Source

This is the brains of our app.

Everything from the Router gets sent here and gets resent to the runner that retreives the contents from the host.

This is the place to stack other middleware we want. We need this abstraction in order to be able to cache responses.

Here is the place to decide whether we hit the cache or do a request.

Link to this section Summary

Functions

Callback implementation for Plug.call/2

Callback implementation for Plug.init/1

Link to this section Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.