Popularity
1.3
Growing
Activity
0.0
Stable
4
3
0

Monthly Downloads: 0
Programming language: Elixir
License: Apache License 2.0
Tags: HTTP    

http_digex alternatives and similar packages

Based on the "HTTP" category.
Alternatively, view http_digex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of http_digex or a related project?

Add another 'HTTP' Package

README

http_digex

Hex version Hex downloads Build Status Coverage Status

HTTP Digest Auth Library to create auth header to be used with HTTP Digest Authentication

Installation

You can install this package from hex as:

def deps do
  [{:http_digex, "~> 0.0.1"}]
end

Or you can choose to install from github as:

def deps do
  [{:egaugex, github: "techgaun/http_digex"}]
end

Usage

HTTPDigex.create_digest("user", "password", "Admin panel", "/admin.html", "POST")