Documentation
Dlang.org
CaseInsensitiveStringMultiValueMap
handy_httpd
components
multivalue_map
A multivalued map of strings, where keys are NOT case sensitive.
alias
CaseInsensitiveStringMultiValueMap
=
MultiValueMap
!(
string
,
string
,
(
a
,
b
)
=>
a
<
b
,
(
a
,
b
)
)
handy_httpd
components
multivalue_map
aliases
CaseInsensitiveStringMultiValueMap
StringMultiValueMap
structs
MultiValueMap
A multivalued map of strings, where keys are NOT case sensitive.