website/docs/ddoc/data/handy_http_data.html

40 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>handy_http_data (handy_http_data)</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_data</h1><div class="breadcrumbs"></div><div><div class="documentation-comment synopsis"><div><span class="undocumented-note">Undocumented in source.</span></div></div></div><div class="annotated-prototype"></div><h2 id="modules"><a class="header-anchor" href="#modules">Modules</a></h2><dl class="member-list native"><dt><a href="handy_http_data.json.html">json</a><div class="simplified-prototype" style="max-width: 29ch;"><span class="builtin-type">module</span> <span class="name">handy_http_data.json</span></div></dt><dd><div><p>Defines functions to read and write JSON values when handling HTTP requests.</p></div></dd><dt><a href="handy_http_data.multipart.html">multipart</a><div class="simplified-prototype" style="max-width: 35ch;"><span class="builtin-type">module</span> <span class="name">handy_http_data.multipart</span></div></dt><dd><div><p>Defines data structures and parsing methods for dealing with multipart
encoded request bodies.</p></div></dd><dt><a href="handy_http_data.xml.html">xml</a><div class="simplified-prototype" style="max-width: 28ch;"><span class="builtin-type">module</span> <span class="name">handy_http_data.xml</span></div></dt><dd><div><p>Defines functions for reading and writing XML content while handling HTTP
requests, using the dxml library: <a href="https://code.dlang.org/packages/dxml">https://code.dlang.org/packages/dxml</a></p></div></dd></dl><h2 id="public-imports"><a class="header-anchor" href="#public-imports">Public Imports</a></h2><div></div><dl class="member-list native"><dt><a href="handy_http_data.json.html">handy_http_data.json</a><div class="simplified-prototype" style="max-width: 39ch;"><span class="builtin-type">public</span> <tt class="highlighted">
<span class="kwrd">import</span> <span class="hid">handy_http_data</span>.<span class="hid">json</span>;</tt></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd></dl><dl class="member-list native"><dt><a href="handy_http_data.multipart.html">handy_http_data.multipart</a><div class="simplified-prototype" style="max-width: 45ch;"><span class="builtin-type">public</span> <tt class="highlighted">
<span class="kwrd">import</span> <span class="hid">handy_http_data</span>.<span class="hid">multipart</span>;</tt></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd></dl><dl class="member-list native"><dt><a href="handy_http_data.xml.html">handy_http_data.xml</a><div class="simplified-prototype" style="max-width: 38ch;"><span class="builtin-type">public</span> <tt class="highlighted">
<span class="kwrd">import</span> <span class="hid">handy_http_data</span>.<span class="hid">xml</span>;</tt></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd></dl><div></div></div>
<div id="page-nav">
<span class="type-separator">modules</span><ul><li><a class="module current" href="handy_http_data.html">handy_http_data</a></li></ul></div>
</div>
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
</body>
</html>