@jwn-js/common 1.3.9 → 1.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/ApiError.html +4 -4
- package/docs/classes/Controller.html +62 -32
- package/docs/classes/Jwt.html +4 -4
- package/docs/classes/Memcached.html +4 -4
- package/docs/classes/Model.html +37 -16
- package/docs/classes/Server.html +4 -4
- package/docs/classes/Ssr.html +4 -4
- package/docs/classes/Web.html +15 -15
- package/docs/index.html +7 -4
- package/docs/interfaces/ApiErrorMessage.html +4 -4
- package/docs/interfaces/ContextSsr.html +4 -4
- package/docs/interfaces/ContextWeb.html +24 -16
- package/docs/interfaces/OptionsSsr.html +4 -4
- package/docs/interfaces/OptionsWeb.html +21 -7
- package/docs/interfaces/Route.html +7 -7
- package/docs/interfaces/Schema.html +180 -0
- package/docs/interfaces/ServerHandler.html +4 -4
- package/docs/interfaces/ServerOptions.html +4 -4
- package/docs/interfaces/ServerWebsocket.html +4 -4
- package/docs/modules.html +9 -5
- package/index.d.ts +124 -96
- package/index.js +276 -185
- package/package.json +1 -1
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>Schema | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
+
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="tsd-page-title">
|
|
52
|
+
<div class="container">
|
|
53
|
+
<ul class="tsd-breadcrumb">
|
|
54
|
+
<li>
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
|
+
</li>
|
|
57
|
+
<li>
|
|
58
|
+
<a href="Schema.html">Schema</a>
|
|
59
|
+
</li>
|
|
60
|
+
</ul>
|
|
61
|
+
<h1>Interface Schema</h1>
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</header>
|
|
65
|
+
<div class="container container-main">
|
|
66
|
+
<div class="row">
|
|
67
|
+
<div class="col-8 col-content">
|
|
68
|
+
<section class="tsd-panel tsd-comment">
|
|
69
|
+
<div class="tsd-comment tsd-typography">
|
|
70
|
+
<dl class="tsd-comment-tags">
|
|
71
|
+
<dt>types</dt>
|
|
72
|
+
<dd></dd>
|
|
73
|
+
</dl>
|
|
74
|
+
</div>
|
|
75
|
+
</section>
|
|
76
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
77
|
+
<h3>Hierarchy</h3>
|
|
78
|
+
<ul class="tsd-hierarchy">
|
|
79
|
+
<li>
|
|
80
|
+
<span class="target">Schema</span>
|
|
81
|
+
</li>
|
|
82
|
+
</ul>
|
|
83
|
+
</section>
|
|
84
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
85
|
+
<h2>Index</h2>
|
|
86
|
+
<section class="tsd-panel tsd-index-panel">
|
|
87
|
+
<div class="tsd-index-content">
|
|
88
|
+
<section class="tsd-index-section ">
|
|
89
|
+
<h3>Properties</h3>
|
|
90
|
+
<ul class="tsd-index-list">
|
|
91
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="Schema.html#actions" class="tsd-kind-icon">actions</a></li>
|
|
92
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="Schema.html#controllers" class="tsd-kind-icon">controllers</a></li>
|
|
93
|
+
</ul>
|
|
94
|
+
</section>
|
|
95
|
+
</div>
|
|
96
|
+
</section>
|
|
97
|
+
</section>
|
|
98
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
99
|
+
<h2>Properties</h2>
|
|
100
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
101
|
+
<a name="actions" class="tsd-anchor"></a>
|
|
102
|
+
<h3>actions</h3>
|
|
103
|
+
<div class="tsd-signature tsd-kind-icon">actions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>method<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span></div>
|
|
104
|
+
<aside class="tsd-sources">
|
|
105
|
+
<ul>
|
|
106
|
+
<li>Defined in src/Web/helpers/schemaControllerParams.ts:24</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</aside>
|
|
109
|
+
</section>
|
|
110
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
111
|
+
<a name="controllers" class="tsd-anchor"></a>
|
|
112
|
+
<h3>controllers</h3>
|
|
113
|
+
<div class="tsd-signature tsd-kind-icon">controllers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isSitemap<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>subactions<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>action<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>isActive<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isCheckMethod<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isLog<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>isPermission<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span></div>
|
|
114
|
+
<aside class="tsd-sources">
|
|
115
|
+
<ul>
|
|
116
|
+
<li>Defined in src/Web/helpers/schemaControllerParams.ts:9</li>
|
|
117
|
+
</ul>
|
|
118
|
+
</aside>
|
|
119
|
+
</section>
|
|
120
|
+
</section>
|
|
121
|
+
</div>
|
|
122
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
123
|
+
<nav class="tsd-navigation primary">
|
|
124
|
+
<ul>
|
|
125
|
+
<li class=" ">
|
|
126
|
+
<a href="../modules.html">Exports</a>
|
|
127
|
+
</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</nav>
|
|
130
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
131
|
+
<ul class="before-current">
|
|
132
|
+
</ul>
|
|
133
|
+
<ul class="current">
|
|
134
|
+
<li class="current tsd-kind-interface">
|
|
135
|
+
<a href="Schema.html" class="tsd-kind-icon">Schema</a>
|
|
136
|
+
<ul>
|
|
137
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
138
|
+
<a href="Schema.html#actions" class="tsd-kind-icon">actions</a>
|
|
139
|
+
</li>
|
|
140
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
141
|
+
<a href="Schema.html#controllers" class="tsd-kind-icon">controllers</a>
|
|
142
|
+
</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</li>
|
|
145
|
+
</ul>
|
|
146
|
+
<ul class="after-current">
|
|
147
|
+
</ul>
|
|
148
|
+
</nav>
|
|
149
|
+
</div>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
<footer class="with-border-bottom">
|
|
153
|
+
<div class="container">
|
|
154
|
+
<h2>Legend</h2>
|
|
155
|
+
<div class="tsd-legend-group">
|
|
156
|
+
<ul class="tsd-legend">
|
|
157
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
158
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
159
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
160
|
+
</ul>
|
|
161
|
+
<ul class="tsd-legend">
|
|
162
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
163
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
164
|
+
</ul>
|
|
165
|
+
<ul class="tsd-legend">
|
|
166
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
|
167
|
+
</ul>
|
|
168
|
+
<ul class="tsd-legend">
|
|
169
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
170
|
+
</ul>
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
</footer>
|
|
174
|
+
<div class="container tsd-generator">
|
|
175
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
176
|
+
</div>
|
|
177
|
+
<div class="overlay"></div>
|
|
178
|
+
<script src="../assets/js/main.js"></script>
|
|
179
|
+
</body>
|
|
180
|
+
</html>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ServerHandler | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>ServerHandler | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="ServerHandler.html">ServerHandler</a>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ServerOptions | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>ServerOptions | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="ServerOptions.html">ServerOptions</a>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ServerWebsocket | @jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>ServerWebsocket | @jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="../index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="container">
|
|
53
53
|
<ul class="tsd-breadcrumb">
|
|
54
54
|
<li>
|
|
55
|
-
<a href="../modules.html">@jwn-js/common - v1.3.
|
|
55
|
+
<a href="../modules.html">@jwn-js/common - v1.3.13</a>
|
|
56
56
|
</li>
|
|
57
57
|
<li>
|
|
58
58
|
<a href="ServerWebsocket.html">ServerWebsocket</a>
|
package/docs/modules.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>@jwn-js/common - v1.3.
|
|
7
|
-
<meta name="description" content="Documentation for @jwn-js/common - v1.3.
|
|
6
|
+
<title>@jwn-js/common - v1.3.13</title>
|
|
7
|
+
<meta name="description" content="Documentation for @jwn-js/common - v1.3.13">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
10
10
|
<script async src="assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="index.html" class="title">@jwn-js/common - v1.3.
|
|
26
|
+
<a href="index.html" class="title">@jwn-js/common - v1.3.13</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
</div>
|
|
51
51
|
<div class="tsd-page-title">
|
|
52
52
|
<div class="container">
|
|
53
|
-
<h1>@jwn-js/common - v1.3.
|
|
53
|
+
<h1>@jwn-js/common - v1.3.13</h1>
|
|
54
54
|
</div>
|
|
55
55
|
</div>
|
|
56
56
|
</header>
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
<li class="tsd-kind-interface"><a href="interfaces/OptionsSsr.html" class="tsd-kind-icon">Options<wbr>Ssr</a></li>
|
|
84
84
|
<li class="tsd-kind-interface"><a href="interfaces/OptionsWeb.html" class="tsd-kind-icon">Options<wbr>Web</a></li>
|
|
85
85
|
<li class="tsd-kind-interface"><a href="interfaces/Route.html" class="tsd-kind-icon">Route</a></li>
|
|
86
|
+
<li class="tsd-kind-interface"><a href="interfaces/Schema.html" class="tsd-kind-icon">Schema</a></li>
|
|
86
87
|
<li class="tsd-kind-interface"><a href="interfaces/ServerHandler.html" class="tsd-kind-icon">Server<wbr>Handler</a></li>
|
|
87
88
|
<li class="tsd-kind-interface"><a href="interfaces/ServerOptions.html" class="tsd-kind-icon">Server<wbr>Options</a></li>
|
|
88
89
|
<li class="tsd-kind-interface"><a href="interfaces/ServerWebsocket.html" class="tsd-kind-icon">Server<wbr>Websocket</a></li>
|
|
@@ -161,7 +162,7 @@
|
|
|
161
162
|
<div class="tsd-signature tsd-kind-icon">helpers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>cookieParse<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>str<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>cookieString<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>extensions<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>getExt<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>jsonBody<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>res<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpResponse</span>, req<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpRequest</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>multipartBody<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>res<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpResponse</span>, req<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpRequest</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Options</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>rawBody<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>res<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpResponse</span>, req<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpRequest</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>readConfig<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>jsonfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>readConfigSync<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>jsonfile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>staticBody<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>res<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpResponse</span>, req<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpRequest</span>, base<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>streamBody<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>res<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpResponse</span>, req<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpRequest</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Stream</span><span class="tsd-signature-symbol">; </span>urlencodedBody<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>res<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpResponse</span>, req<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HttpRequest</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
162
163
|
<aside class="tsd-sources">
|
|
163
164
|
<ul>
|
|
164
|
-
<li>Defined in src/index.ts:
|
|
165
|
+
<li>Defined in src/index.ts:35</li>
|
|
165
166
|
</ul>
|
|
166
167
|
</aside>
|
|
167
168
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1871,6 +1872,9 @@
|
|
|
1871
1872
|
<li class=" tsd-kind-interface">
|
|
1872
1873
|
<a href="interfaces/Route.html" class="tsd-kind-icon">Route</a>
|
|
1873
1874
|
</li>
|
|
1875
|
+
<li class=" tsd-kind-interface">
|
|
1876
|
+
<a href="interfaces/Schema.html" class="tsd-kind-icon">Schema</a>
|
|
1877
|
+
</li>
|
|
1874
1878
|
<li class=" tsd-kind-interface">
|
|
1875
1879
|
<a href="interfaces/ServerHandler.html" class="tsd-kind-icon">Server<wbr>Handler</a>
|
|
1876
1880
|
</li>
|