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)
[![built with Nix](https://img.shields.io/badge/built%20with%20Nix-5277C3?logo=nixos&logoColor=white)](https://builtwithnix.org)

> 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