1/// Value type alias for dynamic header/property values. 2pub type Value = serde_json::Value; 3 4/// Headers type alias. 5pub type Headers = std::collections::HashMap<String, Value>;