39 lines
4.2 KiB
HTML
39 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>handy_http_primitives.multivalue_map (handy_http_primitives.multivalue_map)</title>
|
|
<meta charset="utf-8" />
|
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
|
<link href="style.css" rel="stylesheet" />
|
|
<script src="script.js" type="text/javascript"></script>
|
|
|
|
|
|
<link href="search-results.html" rel="prefetch" />
|
|
</head>
|
|
<body>
|
|
<div id="page-header">
|
|
<div id="logotype">
|
|
<span>Documentation</span>
|
|
<nav>
|
|
<a href="http://dlang.org/">Dlang.org</a>
|
|
</nav>
|
|
</div>
|
|
|
|
<form action="search-docs.html" id="search">
|
|
<input name="searchTerm" placeholder="Find a symbol name..." type="search" />
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
<div id="page-body">
|
|
<div id="page-content">
|
|
<h1>handy_http_primitives.multivalue_map</h1><div class="breadcrumbs"><a class="breadcrumb" href="handy_http_primitives.html">handy_http_primitives</a> </div><div><div class="documentation-comment synopsis"><div><p>An implementation of a multi-valued mapping, where one key may map to one
|
|
or more values.</p></div></div></div><div class="annotated-prototype"></div><h2 id="members"><a class="header-anchor" href="#members">Members</a></h2><h3 class="member-list-header hide-from-toc" id="alias"><a class="header-anchor" href="#alias">Aliases</a></h3><dl class="member-list native"><dt><a href="handy_http_primitives.multivalue_map.CaseInsensitiveStringMultiValueMap.html">CaseInsensitiveStringMultiValueMap</a><div class="simplified-prototype" style="max-width: 108ch;"><span class="builtin-type">alias</span> <span class="name">CaseInsensitiveStringMultiValueMap</span> = <tt class="highlighted"><span class="hid">MultiValueMap</span>!(<span class="type">string</span>, <span class="type">string</span>, (<span class="hid">a</span>, <span class="hid">b</span>) => <span class="hid">a</span> < <span class="hid">b</span>, (<span class="hid">a</span>, <span class="hid">b</span>))</tt></div></dt><dd><div><p>A multivalued map of strings, where keys are NOT case sensitive.</p></div></dd><dt><a href="handy_http_primitives.multivalue_map.StringMultiValueMap.html">StringMultiValueMap</a><div class="simplified-prototype" style="max-width: 63ch;"><span class="builtin-type">alias</span> <span class="name">StringMultiValueMap</span> = <tt class="highlighted"><span class="hid">MultiValueMap</span>!(<span class="type">string</span>, <span class="type">string</span>)</tt></div></dt><dd><div><p>A multivalued map of strings, where each string key refers to zero or more
|
|
string values. All keys are case-sensitive.</p></div></dd></dl><h3 class="member-list-header hide-from-toc" id="struct"><a class="header-anchor" href="#struct">Structs</a></h3><dl class="member-list native"><dt><a href="handy_http_primitives.multivalue_map.MultiValueMap.html">MultiValueMap</a><div class="simplified-prototype" style="max-width: 119ch;"><span class="builtin-type">struct</span> <span class="name">MultiValueMap</span><span class="template-params">(KeyType, ValueType, alias KeySort = (a, b) => a < b, alias KeyEquals = (a, b) => a == b)</span></div></dt><dd><div><p>A multi-valued mapping, where a key is mapped to one or more values. The map
|
|
is sorted by keys for O(log(n)) lookup and retrieval, and O(n*log(n))
|
|
insertion.</p></div></dd></dl><div></div></div>
|
|
<div id="page-nav"><a class="parent" href="handy_http_primitives.html">handy_http_primitives</a>
|
|
<span class="type-separator">modules</span><ul><li><a class="module" href="handy_http_primitives.address.html">address</a></li><li><a class="module" href="handy_http_primitives.builder.html">builder</a></li><li><a class="module" href="handy_http_primitives.handler.html">handler</a></li><li><a class="module current" href="handy_http_primitives.multivalue_map.html">multivalue_map</a></li><li><a class="module" href="handy_http_primitives.optional.html">optional</a></li><li><a class="module" href="handy_http_primitives.request.html">request</a></li><li><a class="module" href="handy_http_primitives.response.html">response</a></li><li><a class="module" href="handy_http_primitives.testing.html">testing</a></li></ul></div>
|
|
</div>
|
|
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
|
|
</body>
|
|
</html> |