ExPing
Test service availablility through a series of requests.
Installation
The package can be installed as:
-
Add
expingto your list of dependencies inmix.exs:
def deps do
[{:exping, "~> 0.1.0"}]
end-
Ensure
expingis started before your application:
def application do
[applications: [:exping]]
endLicense
This code is provided AS-IS, WITHOUT any warranty, expressed or implied, under the terms and conditions of the Apache, version 2.0, license. For more information, see the provided LICENSE file. If your distribution did not come with a LICENSE file, you may read about the terms online.