All Projects → sergiotapia → Curltime

sergiotapia / Curltime

Licence: mit
curltime is an Elixir package allows you to easily get website response times.

Programming Languages

elixir
2628 projects

curltime

curltime is an Elixir package that allows you to easily get website response times.

Installation

The package can be installed as:

  1. Add curltime to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:curltime, "~> 1.0"}]
end
```

Usage

Easily fetch the response times of any website or resource.

Curltime.time_namelookup("http://sergiotapia.me")
Curltime.time_connect("http://sergiotapia.me")
Curltime.time_appconnect("http://sergiotapia.me")
Curltime.time_pretransfer("http://sergiotapia.me")
Curltime.time_redirect("http://sergiotapia.me")
Curltime.time_starttransfer("http://sergiotapia.me")
Curltime.time_total("http://sergiotapia.me")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].