/httpstat

httpstat elixir implementation

Primary LanguageElixir

httpstat

httpstat is a curl like tool, visualize http/https process and show the duration.

Reference from python httpstat / go httpstat / node httpstat

TODO

  • READMEちゃんと書く
  • テキストをカラーに
  • bugfix

Usage

$ httpstat https://example.com/

Installation

If available in Hex, the package can be installed as:

  1. Add httpstat to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:httpstat, "~> 0.1.0"}]
end
```
  1. Ensure httpstat is started before your application:
```elixir
def application do
  [applications: [:httpstat]]
end
```

Implementations

Many thanks.