https://github.com/lucacorti/copper
Pure Elixir HTTP/2 client based on Ankh
https://github.com/lucacorti/copper
Last synced: 4 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T07:26:52.000Z (4 months ago)
- Last Synced: 2025-02-24T08:33:22.561Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 160 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