-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenindex.html
178 lines (168 loc) · 8.66 KB
/
genindex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en" data-accent-color="amber" data-content_root="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Index - Litestar Framework</title><link rel="shortcut icon" href="_static/favicon.svg"/><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" /><script>
function setColorMode(t){let e=document.documentElement;e.setAttribute("data-color-mode",t);let a=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches,s=t;"auto"===t&&(s=a?"dark":"light"),"light"===s?(e.classList.remove("dark"),e.classList.add("light")):(e.classList.remove("light"),e.classList.add("dark"))}
setColorMode(localStorage._theme||"auto");
</script><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=397bb51e" />
<link rel="stylesheet" type="text/css" href="_static/shibuya.css?v=36d120a7" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="_static/sphinx_paramlinks.css" />
<link media="print" rel="stylesheet" type="text/css" href="_static/print.css?v=20ff2c19" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
<link rel="stylesheet" type="text/css" href="_static/litestar-sphinx-theme.css?v=9989272a" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--sy-f-text: "Inter", var(--sy-f-sys), var(--sy-f-cjk), sans-serif;
--sy-f-heading: "Inter", var(--sy-f-sys), var(--sy-f-cjk), sans-serif;
}
</style>
</head>
<body><div class="sy-head">
<div class="sy-head-blur"></div>
<div class="sy-head-inner sy-container mx-auto">
<a class="sy-head-brand" href="/">
<img class="light-logo" src="_static/logo-light.png" alt="type-lens" height="28" loading="lazy" />
<img class="dark-logo" src="_static/logo-dark.png" alt="type-lens" height="28" loading="lazy" />
<strong>type-lens</strong>
</a>
<div class="sy-head-nav" id="HeadNav">
<nav class="sy-head-links"><ul><li class="link"><a href="index.html">Home</a></li>
<li class="link"><button type="button">
<span>Community</span>
<i class="i-lucide chevron-down"></i>
</button>
<ul><li><a href="contribution-guide.html">
<span>Contributing</span>
<small>Learn how to contribute to the Type Lens project</small>
</a></li><li><a href="https://github.com/litestar-org/.github?tab=coc-ov-file">
<span>Code of Conduct</span>
<small>Review the etiquette for interacting with the Litestar community</small>
</a></li><li><a href="https://github.com/litestar-org/.github?tab=coc-ov-file#security-ov-file">
<span>Security</span>
<small>Overview of Litestar's security protocols</small>
</a></li></ul>
</li>
<li class="link"><button type="button">
<span>About</span>
<i class="i-lucide chevron-down"></i>
</button>
<ul><li><a href="https://litestar.dev/about/organization">
<span>Litestar Organization</span>
<small>Details about the Litestar organization</small>
</a></li><li><a href="releases.html">
<span>Releases</span>
<small>Explore the release process, versioning, and deprecation policy for Litestar</small>
</a></li></ul>
</li>
<li class="link"><button type="button">
<span>Release notes</span>
<i class="i-lucide chevron-down"></i>
</button>
<ul><li><a href="changelog.html">
<span>1.x Changelog</span>
<small>All changes in the 1.x series</small>
</a></li></ul>
</li>
<li class="link"><button type="button">
<span>Help</span>
<i class="i-lucide chevron-down"></i>
</button>
<ul><li><a href="https://discord.gg/litestar">
<span>Discord Help Forum</span>
<small>Dedicated Discord help forum</small>
</a></li><li><a href="https://github.com/litestar-org/type-lens/discussions">
<span>GitHub Discussions</span>
<small>GitHub Discussions</small>
</a></li><li><a href="https://stackoverflow.com/questions/tagged/litestar">
<span>Stack Overflow</span>
<small>We monitor the <code><b>litestar</b></code> tag on Stack Overflow</small>
</a></li></ul>
</li><li class="link">
<a href="https://github.com/sponsors/Litestar-Org">
<span>Sponsor</span></a>
</li></ul></nav>
<div class="sy-head-extra flex items-center print:hidden"><form class="searchbox flex items-center" action="search.html" method="get">
<input type="text" name="q" placeholder="Search" />
<kbd>/</kbd>
</form><div class="nav-versions">
<button type="button" aria-label="Versions">
<span class="md:hidden">Versions</span>
<span class="hidden md:inline">latest</span>
<i class="i-lucide chevron-down"></i>
</button>
<div class="nav-versions-choices"><ul><li><a href="/latest">latest</a></li><li><a href="/main">development</a></li></ul></div>
</div><div class="sy-head-socials">
<a href="https://twitter.com/LitestarAPI" aria-label="X (Twitter)">
<iconify-icon icon="prime:twitter"></iconify-icon>
</a>
<a href="https://discord.gg/litestar" aria-label="Discord">
<iconify-icon icon="simple-icons:discord"></iconify-icon>
</a></div></div>
</div>
<div class="sy-head-actions flex items-center shrink-0 print:hidden"><button class="js-theme theme-switch flex items-center"
data-aria-auto="Switch to light color mode"
data-aria-light="Switch to dark color mode"
data-aria-dark="Switch to auto color mode">
<i class="i-lucide theme-icon"></i>
</button><button class="md:hidden flex items-center js-menu" aria-label="Menu" type="button" aria-controls="HeadNav" aria-expanded="false">
<div class="hamburger">
<span class="hamburger_1"></span>
<span class="hamburger_2 -translate-x-2"></span>
<span class="hamburger_3 -translate-x-1"></span>
</div>
</button>
</div>
</div>
</div><div class="sy-container mx-auto body">
<main class="sy-content mx-auto pt-12 px-6 xl:px-12 break-words">
<article class="yue" role="main">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
</div>
</article>
</main>
</div><footer class="sy-foot">
<div class="sy-foot-inner sy-container mx-auto">
<div class="sy-foot-reserved md:flex justify-between items-center">
<div class="sy-foot-copyright"><p>2024, Litestar Organization</p>
<p>
Made with
<a href="https://www.sphinx-doc.org/">Sphinx</a> and
<a href="https://shibuya.lepture.com">Shibuya theme</a>.
</p>
</div>
<div class="sy-foot-socials">
<a href="https://twitter.com/LitestarAPI" aria-label="X (Twitter)">
<iconify-icon icon="prime:twitter"></iconify-icon>
</a>
<a href="https://discord.gg/litestar" aria-label="Discord">
<iconify-icon icon="simple-icons:discord"></iconify-icon>
</a>
<a href="https://www.reddit.com/r/LitestarAPI" aria-label="Reddit">
<iconify-icon icon="simple-icons:reddit"></iconify-icon>
</a></div>
</div>
</div>
</footer>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=2c5cfeb5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=f281be69"></script>
<script src="_static/litestar-theme.js?v=ab2dcc9e"></script>
<script>let toggleHintShow = 'Click to show';</script>
<script>let toggleHintHide = 'Click to hide';</script>
<script>let toggleOpenOnPrint = 'true';</script>
<script src="_static/togglebutton.js?v=4a39c7ea"></script>
<script src="_static/design-tabs.js?v=36754332"></script>
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script src="_static/shibuya.js?v=c5fc9e80"></script>
<script src="_static/versioning.js"></script></body>
</html>