37 lines
4.2 KiB
HTML
37 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>handy_http_primitives.request (handy_http_primitives.request)</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.request</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>Defines the request structure and associated types that are generally used
|
|
when dealing with a client's HTTP request.</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="enum"><a class="header-anchor" href="#enum">Enums</a></h3><dl class="member-list native"><dt><a href="handy_http_primitives.request.HttpMethod.html">HttpMethod</a><div class="simplified-prototype" style="max-width: 16ch;"><span class="builtin-type">enum</span> <span class="name">HttpMethod</span></div></dt><dd><div><p>Enumeration of all possible HTTP methods, excluding extensions like WebDAV.</p></div></dd><dt><a href="handy_http_primitives.request.HttpVersion.html">HttpVersion</a><div class="simplified-prototype" style="max-width: 17ch;"><span class="builtin-type">enum</span> <span class="name">HttpVersion</span></div></dt><dd><div><p>Enumeration of all possible HTTP request versions.</p></div></dd></dl><h3 class="member-list-header hide-from-toc" id="function"><a class="header-anchor" href="#function">Functions</a></h3><dl class="member-list native"><dt><a href="handy_http_primitives.request.parseQueryParameters.html">parseQueryParameters</a><div class="simplified-prototype" style="max-width: 53ch;"><tt class="highlighted"><span class="hid">QueryParameter</span>[]</tt> <span class="name">parseQueryParameters</span>(string url)</div></dt><dd><div><p>Parses a list of query parameters from a URL.</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.request.QueryParameter.html">QueryParameter</a><div class="simplified-prototype" style="max-width: 23ch;"><span class="builtin-type">struct</span> <span class="name">QueryParameter</span></div></dt><dd><div><p>Stores a single query parameter's key and values.</p></div></dd><dt><a href="handy_http_primitives.request.ServerHttpRequest.html">ServerHttpRequest</a><div class="simplified-prototype" style="max-width: 26ch;"><span class="builtin-type">struct</span> <span class="name">ServerHttpRequest</span></div></dt><dd><div><p>The HTTP request struct which represents the content of an HTTP request as
|
|
received by a server.</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" 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 current" 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> |