Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 720 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 720 Bytes

PlugProbe

CI Hex.pm built with Nix

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