A parsed pool routing rule with origin pattern and pool configuration.
Summary
Types
@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 }