View Source PlugProbe

CI Hex.pm

A plug for responding to HTTP probe requests.

Installation and docs

Add plug_probe to the list of dependencies in mix.exs:

def deps do
  [
    {:plug_probe, <requirement>}
  ]
end

Usage

For more information, see the documentation.

License

Apache License 2.0