HostKit.Readiness.HTTP (host_kit v0.1.0-beta.1)

Copy Markdown View Source

HTTP readiness check.

Summary

Types

t()

@type t() :: %HostKit.Readiness.HTTP{
  expect_body: String.t() | nil,
  expect_status: pos_integer(),
  url: String.t()
}

Functions

new(url, opts \\ [])

@spec new(
  String.t(),
  keyword()
) :: t()