README.md

# CozyProxy

[![CI](https://github.com/cozy-elixir/cozy_proxy/actions/workflows/ci.yml/badge.svg)](https://github.com/cozy-elixir/cozy_proxy/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/cozy_proxy.svg)](https://hex.pm/packages/cozy_proxy)

> Proxy requests to other plugs.

## Installation

Add `cozy_proxy` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:cozy_proxy, "~> <version>"}
  ]
end
```

## Usage

For more information, see the [documentation](https://hexdocs.pm/cozy_proxy/CozyProxy.html).

## Thanks

This library is based on:

- [main_proxy](https://github.com/Main-Proxy/main_proxy)
- [snake_proxy](https://github.com/evadne/snake/tree/master/apps/snake_proxy)
- [master_proxy](https://github.com/wojtekmach/acme_bank/tree/master/apps/master_proxy) application inside the [acme_bank](https://github.com/wojtekmach/acme_bank) project from [wojtekmach](https://github.com/wojtekmach)
- [master_proxy.ex](https://gist.github.com/Gazler/fe7ed5dc598250002dfe) from [Gazler](https://github.com/Gazler)

## License

MIT