| Copyright | (c) Viktor Dukhovni 2026 |
|---|---|
| License | BSD-3-Clause |
| Maintainer | ietf-dane@dukhovni.org |
| Stability | unstable |
| Safe Haskell | None |
| Language | GHC2024 |
Net.DNSBase.RData.SVCB.SPVList
Description
A small helper used by the multi-valued SVCB service-parameter
types (SPV_alpn and friends) to emit their values in the
RFC 9460 comma-separated zone-file form.
Synopsis
- presentSPVList :: NonEmpty ShortByteString -> Builder -> Builder
Documentation
presentSPVList :: NonEmpty ShortByteString -> Builder -> Builder Source #
Render a non-empty list of byte-string values as a single
comma-separated DNS character-string, in the form expected for
multi-valued service parameters such as alpn.