Current section
Files
Jump to
Current section
Files
plug_probe
README.md
README.md
# PlugProbe
[](https://github.com/cozy-elixir/plug_probe/actions/workflows/ci.yml)
[](https://hex.pm/packages/plug_probe)
> A plug for responding to HTTP probe requests.
## Installation and docs
Add `plug_probe` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:plug_probe, <requirement>}
]
end
```
## Usage
For more information, see the [documentation](https://hexdocs.pm/plug_probe).
## License
Apache License 2.0