Function wasmcloud_core::nats::convert_header_map_to_hashmap
source · pub fn convert_header_map_to_hashmap(map: &HeaderMap) -> HashMap<String, String>
Expand description
Convert a async_nats::HeaderMap
to a HashMap
of the kind that is used in the smithy contract
This method of converting takes the last known value of a given header and uses that as the final value