pub fn decode_pv_request_options(
body: &[u8],
is_be: bool,
) -> Option<Vec<(String, String)>>Expand description
Decode the record._options key/value pairs from a pvRequest body.
Returns None if the pvRequest does not include a record._options
substructure, or if the option values cannot be decoded as strings.