Method MIME.decode_headerfield_params()
- Method
decode_headerfield_params
array
(ADT.OrderedMapping
) decode_headerfield_params(string
s
)- Description
Decodes the given string as a key-value parameter cascade according to e.g. RFC 7239 section 4.
- Note
This function will decode all conforming inputs, but it will also be forgiving when presented with non-conforming inputs.
- See also