Bunnyx.PullZone.Hostname (Bunnyx v0.4.0)

Copy Markdown View Source

A custom hostname attached to a pull zone, including SSL/cert state.

Returned as part of Bunnyx.PullZone.t().hostnames from Bunnyx.PullZone.get/2.

Summary

Types

t()

@type t() :: %Bunnyx.PullZone.Hostname{
  force_ssl: boolean() | nil,
  has_certificate: boolean() | nil,
  id: pos_integer() | nil,
  value: String.t() | nil
}