View Source Tesla.Middleware.ConsulWatch (consulex v0.2.1)

Fills the request so it results in a Consul blocking query.

example-usage

Example usage

defmodule Myclient do
  use Tesla
  plug Tesla.Middleware.ConsulWatch, wait: 60_000
end

Link to this section Summary

Link to this section Functions