pub fn serialise_signature_input_dict(
entries: &[(String, SignatureInput)],
) -> StringExpand description
Serialises a (label, SignatureInput) sequence into a single header
value suitable for inserting into an http::Request.
ยงPanics
Panics only if sfv fails to serialise a well-formed dictionary; this
is unreachable for the inputs we construct.