httpstat is a curl like tool, visualize http/https process and show the duration.
Reference from python httpstat / go httpstat / node httpstat
- READMEちゃんと書く
- テキストをカラーに
- bugfix
$ httpstat https://example.com/
If available in Hex, the package can be installed as:
- Add
httpstat
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:httpstat, "~> 0.1.0"}]
end
```
- Ensure
httpstat
is started before your application:
```elixir
def application do
[applications: [:httpstat]]
end
```
Many thanks.