50 lines
1.5 KiB
HTML
50 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Reference - pyserve</title>
|
|
<link rel="stylesheet" href="../style.css">
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div id="header">
|
|
<h1>pyserve</h1>
|
|
<div class="tagline">python application orchestrator</div>
|
|
</div>
|
|
|
|
<div class="breadcrumb">
|
|
<a href="../index.html">pyserve</a> » Reference
|
|
</div>
|
|
|
|
<div id="content">
|
|
<h2>Reference</h2>
|
|
|
|
<p>API and CLI reference documentation.</p>
|
|
|
|
<table class="dirindex">
|
|
<tr>
|
|
<td class="icon"><span class="file">📄</span></td>
|
|
<td><a href="cli.html">CLI Reference</a></td>
|
|
<td class="desc">Command-line interface options</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="icon"><span class="file">📄</span></td>
|
|
<td><a href="extensions.html">Extensions</a></td>
|
|
<td class="desc">Built-in extension modules</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="icon"><span class="file">📄</span></td>
|
|
<td><a href="asgi-mount.html">ASGI Mount API</a></td>
|
|
<td class="desc">Python API for mounting ASGI/WSGI applications</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<p>pyserve © 2024-2025 | MIT License</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|