Description
Provides an ordered dictionary that can store multiple values per key while keeping familiar dict-like methods. It helps Python applications preserve order in headers, form fields, query parameters, or other repeated-key data.
Repeated keys can be security-sensitive when parsing user input. Applications should decide how duplicates are handled instead of accidentally trusting the wrong value.