Popularity
1.2
Declining
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.
-
spell
DISCONTINUED. Spell is a Web Application Messaging Protocol (WAMP) client implementation in Elixir. WAMP is an open standard WebSocket subprotocol that provides two application messaging patterns in one unified protocol: Remote Procedure Calls + Publish & Subscribe: http://wamp.ws/ -
web_socket
An exploration into a stand-alone library for Plug applications to easily adopt WebSockets. -
explode
An easy utility for responding with standard HTTP/JSON error payloads in Plug- and Phoenix-based applications -
SpiderMan
SpiderMan,a base-on Broadway fast high-level web crawling & scraping framework for Elixir. -
ivar
Ivar is an adapter based HTTP client that provides the ability to build composable HTTP requests.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of http_digex or a related project?
README
http_digex
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")