SvcParams for service binding RRs. [RFC9460]
Methods
Included Modules
Class Public methods
new(params = []) Link
Create a list of SvcParams with the given initial content.
params has to be an enumerable of +SvcParam+s. If its content has +SvcParam+s with the duplicate key, the one appears last takes precedence.
Instance Public methods
add(param) Link
Add the SvcParam param to this list, overwriting the existing one with the same key.
delete(key) Link
Remove the SvcParam with the given key and return it.
each(&block) Link
Enumerate the +SvcParam+s in this list.