Popularity
1.2
Declining
Activity
0.0
Stable
3
3
0
Monthly Downloads: 2
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.
-
mint
Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱 -
Crawly
Crawly, a high-level web crawling & scraping framework for Elixir. -
PlugAttack
A plug building toolkit for blocking and throttling abusive requests -
spell
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. -
http_proxy
http proxy with Elixir. wait request with multi port and forward to each URIs -
Mechanize
Build web scrapers and automate interaction with websites in Elixir with ease! -
explode
An easy utility for responding with standard HTTP/JSON error payloads in Plug- and Phoenix-based applications -
mnemonic_slugs
An Elixir library for generating memorable slugs. -
uri_template
RFC 6570 compliant URI template processor for Elixir -
fuzzyurl
An Elixir library for non-strict parsing, manipulation, and wildcard matching of URLs. -
ivar
Ivar is an adapter based HTTP client that provides the ability to build composable HTTP requests. -
SpiderMan
SpiderMan,a base-on Broadway fast high-level web crawling & scraping framework for Elixir. -
uri_query
URI encode nested GET parameters and array values in Elixir -
lhttpc
What used to be here -- this is a backwards-compat user and repo m( -
Ralitobu.Plug
Elixir Plug for Ralitobu, the Rate Limiter with Token Bucket algorithm
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
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")