Quiver.Config.Rule (quiver v0.2.0)

Copy Markdown View Source

A parsed pool routing rule with origin pattern and pool configuration.

Summary

Types

t()

@type t() :: %Quiver.Config.Rule{
  config: keyword(),
  host_pattern: [String.t() | :wildcard] | nil,
  port: :inet.port_number() | nil,
  scheme: (:https | :http) | nil,
  type: :exact | :wildcard | :default
}