42 lines
5.0 KiB
HTML
42 lines
5.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>handy_http_websockets (handy_http_websockets)</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_websockets</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_websockets.components.html">components</a><div class="simplified-prototype" style="max-width: 42ch;"><span class="builtin-type">module</span> <span class="name">handy_http_websockets.components</span></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd><dt><a href="handy_http_websockets.connection.html">connection</a><div class="simplified-prototype" style="max-width: 42ch;"><span class="builtin-type">module</span> <span class="name">handy_http_websockets.connection</span></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd><dt><a href="handy_http_websockets.frame.html">frame</a><div class="simplified-prototype" style="max-width: 37ch;"><span class="builtin-type">module</span> <span class="name">handy_http_websockets.frame</span></div></dt><dd><div><p>Defines low-level structs and functions for dealing with WebSocket data
|
|
frame protocol. Usually, you won't need to use these functions and structs
|
|
directly, since abstractions are provided by the websocket connection and
|
|
message structs.</p></div></dd><dt><a href="handy_http_websockets.handler.html">handler</a><div class="simplified-prototype" style="max-width: 39ch;"><span class="builtin-type">module</span> <span class="name">handy_http_websockets.handler</span></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></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_websockets.components.html">handy_http_websockets.components</a><div class="simplified-prototype" style="max-width: 52ch;"><span class="builtin-type">public</span> <tt class="highlighted">
|
|
<span class="kwrd">import</span> <span class="hid">handy_http_websockets</span>.<span class="hid">components</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_websockets.connection.html">handy_http_websockets.connection</a><div class="simplified-prototype" style="max-width: 52ch;"><span class="builtin-type">public</span> <tt class="highlighted">
|
|
<span class="kwrd">import</span> <span class="hid">handy_http_websockets</span>.<span class="hid">connection</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_websockets.handler.html">handy_http_websockets.handler</a><div class="simplified-prototype" style="max-width: 49ch;"><span class="builtin-type">public</span> <tt class="highlighted">
|
|
<span class="kwrd">import</span> <span class="hid">handy_http_websockets</span>.<span class="hid">handler</span>;</tt></div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd></dl><h2 id="members"><a class="header-anchor" href="#members">Members</a></h2><h3 class="member-list-header hide-from-toc" id="import"><a class="header-anchor" href="#import">Imports</a></h3><dl class="member-list native"><dt><a href="handy_http_websockets.frame.WebSocketCloseStatusCode.html">WebSocketCloseStatusCode (from handy_http_websockets.frame)</a><div class="simplified-prototype" style="max-width: 77ch;"><span class="builtin-type">public</span> <tt class="highlighted">
|
|
<span class="kwrd">import</span> <span class="hid">handy_http_websockets</span>.<span class="hid">frame</span> : <span class="hid">WebSocketCloseStatusCode</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_websockets.html">handy_http_websockets</a></li></ul></div>
|
|
</div>
|
|
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
|
|
</body>
|
|
</html> |