README.md

# PlugProbe

[![CI](https://github.com/cozy-elixir/plug_probe/actions/workflows/ci.yml/badge.svg)](https://github.com/cozy-elixir/plug_probe/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/plug_probe.svg)](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