# http_digex [](https://hex.pm/packages/http_digex)  [](https://semaphoreci.com/samaracharya/http_digex) [](https://coveralls.io/github/techgaun/http_digex?branch=master)
> HTTP Digest Auth Library to create auth header to be used with HTTP Digest Authentication
## Installation
You can install this package from hex as:
```elixir
def deps do
[{:http_digex, "~> 0.0.1"}]
end
```
Or you can choose to install from github as:
```elixir
def deps do
[{:egaugex, github: "techgaun/http_digex"}]
end
```
## Usage
```elixir
HTTPDigex.create_digest("user", "password", "Admin panel", "/admin.html", "POST")
```