Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucacorti/copper
Pure Elixir HTTP/2 client based on Ankh
https://github.com/lucacorti/copper
Last synced: about 1 month ago
JSON representation
Pure Elixir HTTP/2 client based on Ankh
- Host: GitHub
- URL: https://github.com/lucacorti/copper
- Owner: lucacorti
- License: mit
- Created: 2016-09-04T14:00:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T08:27:11.000Z (about 1 month ago)
- Last Synced: 2024-11-11T09:27:30.394Z (about 1 month ago)
- Language: Elixir
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copper
**Pure Elixir HTTP/2 client based on Ankh**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add copper to your list of dependencies in `mix.exs`:
def deps do
[{:copper, "~> 0.0.1"}]
end2. Ensure copper is started before your application:
def application do
[applications: [:copper]]
end