bunkerweb/docs/index.html

129 lines
4.8 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Session Library for OpenResty Documentation</title>
<link rel="stylesheet" href="ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>resty.session</h1>
<h2>Modules</h2>
<ul class="nowrap">
<li><a href="modules/resty.session.html">resty.session</a></li>
<li><a href="modules/resty.session.dshm.html">resty.session.dshm</a></li>
<li><a href="modules/resty.session.file.html">resty.session.file</a></li>
<li><a href="modules/resty.session.file.thread.html">resty.session.file.thread</a></li>
<li><a href="modules/resty.session.file.utils.html">resty.session.file.utils</a></li>
<li><a href="modules/resty.session.memcached.html">resty.session.memcached</a></li>
<li><a href="modules/resty.session.mysql.html">resty.session.mysql</a></li>
<li><a href="modules/resty.session.postgres.html">resty.session.postgres</a></li>
<li><a href="modules/resty.session.redis.html">resty.session.redis</a></li>
<li><a href="modules/resty.session.redis.cluster.html">resty.session.redis.cluster</a></li>
<li><a href="modules/resty.session.redis.common.html">resty.session.redis.common</a></li>
<li><a href="modules/resty.session.redis.sentinel.html">resty.session.redis.sentinel</a></li>
<li><a href="modules/resty.session.shm.html">resty.session.shm</a></li>
<li><a href="modules/resty.session.utils.html">resty.session.utils</a></li>
</ul>
</div>
<div id="content">
<h2>Session Library for OpenResty</h2>
<p><code>lua-resty-session</code> is a secure, and flexible session library for OpenResty</p>
<h2>Modules</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/resty.session.html">resty.session</a></td>
<td class="summary">Session library.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.dshm.html">resty.session.dshm</a></td>
<td class="summary">Distributed Shared Memory (DSHM) backend for session library</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.file.html">resty.session.file</a></td>
<td class="summary">File storage backend for session library.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.file.thread.html">resty.session.file.thread</a></td>
<td class="summary">File storage backend worker thread module</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.file.utils.html">resty.session.file.utils</a></td>
<td class="summary">File storage utilities</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.memcached.html">resty.session.memcached</a></td>
<td class="summary">Memcached backend for session library</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.mysql.html">resty.session.mysql</a></td>
<td class="summary">MySQL / MariaDB backend for session library</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.postgres.html">resty.session.postgres</a></td>
<td class="summary">Postgres backend for session library.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.redis.html">resty.session.redis</a></td>
<td class="summary">Redis backend for session library</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.redis.cluster.html">resty.session.redis.cluster</a></td>
<td class="summary">Redis Cluster backend for session library</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.redis.common.html">resty.session.redis.common</a></td>
<td class="summary">Common Redis functions shared between Redis,
Redis Cluster and Redis Sentinel implementations.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.redis.sentinel.html">resty.session.redis.sentinel</a></td>
<td class="summary">Redis Sentinel backend for session library</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.shm.html">resty.session.shm</a></td>
<td class="summary">Shared Memory (SHM) backend for session library</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/resty.session.utils.html">resty.session.utils</a></td>
<td class="summary">Common utilities for session library and storage backends</td>
</tr>
</table>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-08-16 18:11:28 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>