@tsonic/express 10.0.37 → 10.0.39
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/README.md +7 -1
- package/docs/deviations.md +3 -0
- package/docs/generation.md +12 -2
- package/docs/release.md +21 -5
- package/families.json +7 -0
- package/index/bindings.json +255 -267
- package/index/internal/index.d.ts +137 -245
- package/index.d.ts +0 -7
- package/package.json +15 -4
- package/tsonic.bindings.json +1 -1
- package/docs/snippets/10/body-parsing.ts +0 -5
- package/docs/snippets/10/cookies.ts +0 -8
- package/docs/snippets/10/cors.ts +0 -2
- package/docs/snippets/10/create-app-router.ts +0 -8
- package/docs/snippets/10/error-middleware.ts +0 -3
- package/docs/snippets/10/hello-world-app.ts +0 -11
- package/docs/snippets/10/listen-close.ts +0 -3
- package/docs/snippets/10/middleware.ts +0 -4
- package/docs/snippets/10/multipart.ts +0 -8
- package/docs/snippets/10/quick-start-app.ts +0 -11
- package/docs/snippets/10/routing.ts +0 -18
- package/docs/snippets/10/static-files.ts +0 -2
package/index/bindings.json
CHANGED
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
],
|
|
136
136
|
"methods": [
|
|
137
137
|
{
|
|
138
|
-
"stableId": "express:express.ErrorRequestHandler::Invoke(
|
|
138
|
+
"stableId": "express:express.ErrorRequestHandler::Invoke(Tsonic.JSRuntime.Error,express.Request,express.Response,express.NextFunction):System.Threading.Tasks.Task",
|
|
139
139
|
"clrName": "Invoke",
|
|
140
140
|
"metadataToken": 100663347,
|
|
141
|
-
"canonicalSignature": "(
|
|
142
|
-
"normalizedSignature": "Invoke|(
|
|
141
|
+
"canonicalSignature": "(Tsonic.JSRuntime.Error,express.Request,express.Response,express.NextFunction):System.Threading.Tasks.Task",
|
|
142
|
+
"normalizedSignature": "Invoke|(Tsonic.JSRuntime.Error,express.Request,express.Response,express.NextFunction):System.Threading.Tasks.Task|static=false",
|
|
143
143
|
"emitScope": "ClassSurface",
|
|
144
144
|
"provenance": "Original",
|
|
145
145
|
"arity": 0,
|
|
@@ -155,11 +155,11 @@
|
|
|
155
155
|
"isExtensionMethod": false
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
|
-
"stableId": "express:express.ErrorRequestHandler::BeginInvoke(
|
|
158
|
+
"stableId": "express:express.ErrorRequestHandler::BeginInvoke(Tsonic.JSRuntime.Error,express.Request,express.Response,express.NextFunction,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
159
159
|
"clrName": "BeginInvoke",
|
|
160
160
|
"metadataToken": 100663348,
|
|
161
|
-
"canonicalSignature": "(
|
|
162
|
-
"normalizedSignature": "BeginInvoke|(
|
|
161
|
+
"canonicalSignature": "(Tsonic.JSRuntime.Error,express.Request,express.Response,express.NextFunction,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
162
|
+
"normalizedSignature": "BeginInvoke|(Tsonic.JSRuntime.Error,express.Request,express.Response,express.NextFunction,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
163
163
|
"emitScope": "ClassSurface",
|
|
164
164
|
"provenance": "Original",
|
|
165
165
|
"arity": 0,
|
|
@@ -863,11 +863,11 @@
|
|
|
863
863
|
],
|
|
864
864
|
"methods": [
|
|
865
865
|
{
|
|
866
|
-
"stableId": "express:express.TemplateEngine::Invoke(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
866
|
+
"stableId": "express:express.TemplateEngine::Invoke(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
867
867
|
"clrName": "Invoke",
|
|
868
868
|
"metadataToken": 100663375,
|
|
869
|
-
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
870
|
-
"normalizedSignature": "Invoke|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
869
|
+
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
870
|
+
"normalizedSignature": "Invoke|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
871
871
|
"emitScope": "ClassSurface",
|
|
872
872
|
"provenance": "Original",
|
|
873
873
|
"arity": 0,
|
|
@@ -883,11 +883,11 @@
|
|
|
883
883
|
"isExtensionMethod": false
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
|
-
"stableId": "express:express.TemplateEngine::BeginInvoke(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
886
|
+
"stableId": "express:express.TemplateEngine::BeginInvoke(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
887
887
|
"clrName": "BeginInvoke",
|
|
888
888
|
"metadataToken": 100663376,
|
|
889
|
-
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
890
|
-
"normalizedSignature": "BeginInvoke|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
889
|
+
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
890
|
+
"normalizedSignature": "BeginInvoke|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
891
891
|
"emitScope": "ClassSurface",
|
|
892
892
|
"provenance": "Original",
|
|
893
893
|
"arity": 0,
|
|
@@ -1071,11 +1071,11 @@
|
|
|
1071
1071
|
],
|
|
1072
1072
|
"methods": [
|
|
1073
1073
|
{
|
|
1074
|
-
"stableId": "express:express.VerifyBodyHandler::Invoke(express.Request,express.Response,
|
|
1074
|
+
"stableId": "express:express.VerifyBodyHandler::Invoke(express.Request,express.Response,Tsonic.JSRuntime.Uint8Array,System.String):System.Void",
|
|
1075
1075
|
"clrName": "Invoke",
|
|
1076
1076
|
"metadataToken": 100663355,
|
|
1077
|
-
"canonicalSignature": "(express.Request,express.Response,
|
|
1078
|
-
"normalizedSignature": "Invoke|(express.Request,express.Response,
|
|
1077
|
+
"canonicalSignature": "(express.Request,express.Response,Tsonic.JSRuntime.Uint8Array,System.String):System.Void",
|
|
1078
|
+
"normalizedSignature": "Invoke|(express.Request,express.Response,Tsonic.JSRuntime.Uint8Array,System.String):System.Void|static=false",
|
|
1079
1079
|
"emitScope": "ClassSurface",
|
|
1080
1080
|
"provenance": "Original",
|
|
1081
1081
|
"arity": 0,
|
|
@@ -1091,11 +1091,11 @@
|
|
|
1091
1091
|
"isExtensionMethod": false
|
|
1092
1092
|
},
|
|
1093
1093
|
{
|
|
1094
|
-
"stableId": "express:express.VerifyBodyHandler::BeginInvoke(express.Request,express.Response,
|
|
1094
|
+
"stableId": "express:express.VerifyBodyHandler::BeginInvoke(express.Request,express.Response,Tsonic.JSRuntime.Uint8Array,System.String,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
1095
1095
|
"clrName": "BeginInvoke",
|
|
1096
1096
|
"metadataToken": 100663356,
|
|
1097
|
-
"canonicalSignature": "(express.Request,express.Response,
|
|
1098
|
-
"normalizedSignature": "BeginInvoke|(express.Request,express.Response,
|
|
1097
|
+
"canonicalSignature": "(express.Request,express.Response,Tsonic.JSRuntime.Uint8Array,System.String,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
1098
|
+
"normalizedSignature": "BeginInvoke|(express.Request,express.Response,Tsonic.JSRuntime.Uint8Array,System.String,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
1099
1099
|
"emitScope": "ClassSurface",
|
|
1100
1100
|
"provenance": "Original",
|
|
1101
1101
|
"arity": 0,
|
|
@@ -1325,11 +1325,11 @@
|
|
|
1325
1325
|
"isExtensionMethod": false
|
|
1326
1326
|
},
|
|
1327
1327
|
{
|
|
1328
|
-
"stableId": "express:express.Application::listen(System.
|
|
1328
|
+
"stableId": "express:express.Application::listen(System.Double,System.Action):express.AppServer",
|
|
1329
1329
|
"clrName": "listen",
|
|
1330
1330
|
"metadataToken": 100663311,
|
|
1331
|
-
"canonicalSignature": "(System.
|
|
1332
|
-
"normalizedSignature": "listen|(System.
|
|
1331
|
+
"canonicalSignature": "(System.Double,System.Action):express.AppServer",
|
|
1332
|
+
"normalizedSignature": "listen|(System.Double,System.Action):express.AppServer|static=false",
|
|
1333
1333
|
"emitScope": "ClassSurface",
|
|
1334
1334
|
"provenance": "Original",
|
|
1335
1335
|
"arity": 0,
|
|
@@ -1345,11 +1345,11 @@
|
|
|
1345
1345
|
"isExtensionMethod": false
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
|
-
"stableId": "express:express.Application::listen(System.
|
|
1348
|
+
"stableId": "express:express.Application::listen(System.Double,System.String,System.Action):express.AppServer",
|
|
1349
1349
|
"clrName": "listen",
|
|
1350
1350
|
"metadataToken": 100663312,
|
|
1351
|
-
"canonicalSignature": "(System.
|
|
1352
|
-
"normalizedSignature": "listen|(System.
|
|
1351
|
+
"canonicalSignature": "(System.Double,System.String,System.Action):express.AppServer",
|
|
1352
|
+
"normalizedSignature": "listen|(System.Double,System.String,System.Action):express.AppServer|static=false",
|
|
1353
1353
|
"emitScope": "ClassSurface",
|
|
1354
1354
|
"provenance": "Original",
|
|
1355
1355
|
"arity": 0,
|
|
@@ -1365,11 +1365,11 @@
|
|
|
1365
1365
|
"isExtensionMethod": false
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
|
-
"stableId": "express:express.Application::listen(System.
|
|
1368
|
+
"stableId": "express:express.Application::listen(System.Double,System.String,System.Double,System.Action):express.AppServer",
|
|
1369
1369
|
"clrName": "listen",
|
|
1370
1370
|
"metadataToken": 100663313,
|
|
1371
|
-
"canonicalSignature": "(System.
|
|
1372
|
-
"normalizedSignature": "listen|(System.
|
|
1371
|
+
"canonicalSignature": "(System.Double,System.String,System.Double,System.Action):express.AppServer",
|
|
1372
|
+
"normalizedSignature": "listen|(System.Double,System.String,System.Double,System.Action):express.AppServer|static=false",
|
|
1373
1373
|
"emitScope": "ClassSurface",
|
|
1374
1374
|
"provenance": "Original",
|
|
1375
1375
|
"arity": 0,
|
|
@@ -1405,11 +1405,11 @@
|
|
|
1405
1405
|
"isExtensionMethod": false
|
|
1406
1406
|
},
|
|
1407
1407
|
{
|
|
1408
|
-
"stableId": "express:express.Application::render(System.String,System.Action_2[[
|
|
1408
|
+
"stableId": "express:express.Application::render(System.String,System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1409
1409
|
"clrName": "render",
|
|
1410
1410
|
"metadataToken": 100663315,
|
|
1411
|
-
"canonicalSignature": "(System.String,System.Action_2[[
|
|
1412
|
-
"normalizedSignature": "render|(System.String,System.Action_2[[
|
|
1411
|
+
"canonicalSignature": "(System.String,System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1412
|
+
"normalizedSignature": "render|(System.String,System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1413
1413
|
"emitScope": "ClassSurface",
|
|
1414
1414
|
"provenance": "Original",
|
|
1415
1415
|
"arity": 0,
|
|
@@ -1425,11 +1425,11 @@
|
|
|
1425
1425
|
"isExtensionMethod": false
|
|
1426
1426
|
},
|
|
1427
1427
|
{
|
|
1428
|
-
"stableId": "express:express.Application::render(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
1428
|
+
"stableId": "express:express.Application::render(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1429
1429
|
"clrName": "render",
|
|
1430
1430
|
"metadataToken": 100663316,
|
|
1431
|
-
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
1432
|
-
"normalizedSignature": "render|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
1431
|
+
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
1432
|
+
"normalizedSignature": "render|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
1433
1433
|
"emitScope": "ClassSurface",
|
|
1434
1434
|
"provenance": "Original",
|
|
1435
1435
|
"arity": 0,
|
|
@@ -1608,11 +1608,11 @@
|
|
|
1608
1608
|
},
|
|
1609
1609
|
"methods": [
|
|
1610
1610
|
{
|
|
1611
|
-
"stableId": "express:express.AppServer::close(System.Action_1[[
|
|
1611
|
+
"stableId": "express:express.AppServer::close(System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):System.Void",
|
|
1612
1612
|
"clrName": "close",
|
|
1613
1613
|
"metadataToken": 100663333,
|
|
1614
|
-
"canonicalSignature": "(System.Action_1[[
|
|
1615
|
-
"normalizedSignature": "close|(System.Action_1[[
|
|
1614
|
+
"canonicalSignature": "(System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):System.Void",
|
|
1615
|
+
"normalizedSignature": "close|(System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):System.Void|static=false",
|
|
1616
1616
|
"emitScope": "ClassSurface",
|
|
1617
1617
|
"provenance": "Original",
|
|
1618
1618
|
"arity": 0,
|
|
@@ -1630,11 +1630,11 @@
|
|
|
1630
1630
|
],
|
|
1631
1631
|
"properties": [
|
|
1632
1632
|
{
|
|
1633
|
-
"stableId": "express:express.AppServer::port:System.Nullable_1[[System.
|
|
1633
|
+
"stableId": "express:express.AppServer::port:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1634
1634
|
"clrName": "port",
|
|
1635
1635
|
"metadataToken": 385875972,
|
|
1636
|
-
"canonicalSignature": ":System.Nullable_1[[System.
|
|
1637
|
-
"normalizedSignature": "port|:System.Nullable_1[[System.
|
|
1636
|
+
"canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1637
|
+
"normalizedSignature": "port|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1638
1638
|
"emitScope": "ClassSurface",
|
|
1639
1639
|
"provenance": "Original",
|
|
1640
1640
|
"isIndexer": false,
|
|
@@ -1708,19 +1708,7 @@
|
|
|
1708
1708
|
],
|
|
1709
1709
|
"fields": [],
|
|
1710
1710
|
"events": [],
|
|
1711
|
-
"constructors": [
|
|
1712
|
-
{
|
|
1713
|
-
"stableId": "express:express.AppServer::.ctor(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,System.Action):void",
|
|
1714
|
-
"metadataToken": 100663332,
|
|
1715
|
-
"canonicalSignature": "(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,System.Action):void",
|
|
1716
|
-
"normalizedSignature": "constructor|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,System.Action):void|static=false",
|
|
1717
|
-
"isStatic": false,
|
|
1718
|
-
"parameterCount": 4,
|
|
1719
|
-
"visibility": "Public",
|
|
1720
|
-
"declaringClrType": "express.AppServer",
|
|
1721
|
-
"declaringAssemblyName": "express"
|
|
1722
|
-
}
|
|
1723
|
-
]
|
|
1711
|
+
"constructors": []
|
|
1724
1712
|
},
|
|
1725
1713
|
{
|
|
1726
1714
|
"stableId": "express:express.ByteRange",
|
|
@@ -1740,11 +1728,11 @@
|
|
|
1740
1728
|
"methods": [],
|
|
1741
1729
|
"properties": [
|
|
1742
1730
|
{
|
|
1743
|
-
"stableId": "express:express.ByteRange::start:System.
|
|
1731
|
+
"stableId": "express:express.ByteRange::start:System.Double",
|
|
1744
1732
|
"clrName": "start",
|
|
1745
1733
|
"metadataToken": 385876054,
|
|
1746
|
-
"canonicalSignature": ":System.
|
|
1747
|
-
"normalizedSignature": "start|:System.
|
|
1734
|
+
"canonicalSignature": ":System.Double",
|
|
1735
|
+
"normalizedSignature": "start|:System.Double|static=false|accessor=getset",
|
|
1748
1736
|
"emitScope": "ClassSurface",
|
|
1749
1737
|
"provenance": "Original",
|
|
1750
1738
|
"isIndexer": false,
|
|
@@ -1759,11 +1747,11 @@
|
|
|
1759
1747
|
"declaringAssemblyName": "express"
|
|
1760
1748
|
},
|
|
1761
1749
|
{
|
|
1762
|
-
"stableId": "express:express.ByteRange::end:System.
|
|
1750
|
+
"stableId": "express:express.ByteRange::end:System.Double",
|
|
1763
1751
|
"clrName": "end",
|
|
1764
1752
|
"metadataToken": 385876055,
|
|
1765
|
-
"canonicalSignature": ":System.
|
|
1766
|
-
"normalizedSignature": "end|:System.
|
|
1753
|
+
"canonicalSignature": ":System.Double",
|
|
1754
|
+
"normalizedSignature": "end|:System.Double|static=false|accessor=getset",
|
|
1767
1755
|
"emitScope": "ClassSurface",
|
|
1768
1756
|
"provenance": "Original",
|
|
1769
1757
|
"isIndexer": false,
|
|
@@ -1783,7 +1771,7 @@
|
|
|
1783
1771
|
"constructors": [
|
|
1784
1772
|
{
|
|
1785
1773
|
"stableId": "express:express.ByteRange::.ctor():void",
|
|
1786
|
-
"metadataToken":
|
|
1774
|
+
"metadataToken": 100663567,
|
|
1787
1775
|
"canonicalSignature": "():void",
|
|
1788
1776
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1789
1777
|
"isStatic": false,
|
|
@@ -1850,11 +1838,11 @@
|
|
|
1850
1838
|
"declaringAssemblyName": "express"
|
|
1851
1839
|
},
|
|
1852
1840
|
{
|
|
1853
|
-
"stableId": "express:express.CookieOptions::expires:
|
|
1841
|
+
"stableId": "express:express.CookieOptions::expires:Tsonic.JSRuntime.Date",
|
|
1854
1842
|
"clrName": "expires",
|
|
1855
1843
|
"metadataToken": 385876044,
|
|
1856
|
-
"canonicalSignature": ":
|
|
1857
|
-
"normalizedSignature": "expires|:
|
|
1844
|
+
"canonicalSignature": ":Tsonic.JSRuntime.Date",
|
|
1845
|
+
"normalizedSignature": "expires|:Tsonic.JSRuntime.Date|static=false|accessor=getset",
|
|
1858
1846
|
"emitScope": "ClassSurface",
|
|
1859
1847
|
"provenance": "Original",
|
|
1860
1848
|
"isIndexer": false,
|
|
@@ -1888,11 +1876,11 @@
|
|
|
1888
1876
|
"declaringAssemblyName": "express"
|
|
1889
1877
|
},
|
|
1890
1878
|
{
|
|
1891
|
-
"stableId": "express:express.CookieOptions::maxAge:System.Nullable_1[[System.
|
|
1879
|
+
"stableId": "express:express.CookieOptions::maxAge:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1892
1880
|
"clrName": "maxAge",
|
|
1893
1881
|
"metadataToken": 385876046,
|
|
1894
|
-
"canonicalSignature": ":System.Nullable_1[[System.
|
|
1895
|
-
"normalizedSignature": "maxAge|:System.Nullable_1[[System.
|
|
1882
|
+
"canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1883
|
+
"normalizedSignature": "maxAge|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1896
1884
|
"emitScope": "ClassSurface",
|
|
1897
1885
|
"provenance": "Original",
|
|
1898
1886
|
"isIndexer": false,
|
|
@@ -2026,7 +2014,7 @@
|
|
|
2026
2014
|
"constructors": [
|
|
2027
2015
|
{
|
|
2028
2016
|
"stableId": "express:express.CookieOptions::.ctor():void",
|
|
2029
|
-
"metadataToken":
|
|
2017
|
+
"metadataToken": 100663559,
|
|
2030
2018
|
"canonicalSignature": "():void",
|
|
2031
2019
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2032
2020
|
"isStatic": false,
|
|
@@ -2079,7 +2067,7 @@
|
|
|
2079
2067
|
"constructors": [
|
|
2080
2068
|
{
|
|
2081
2069
|
"stableId": "express:express.Cookies::.ctor():void",
|
|
2082
|
-
"metadataToken":
|
|
2070
|
+
"metadataToken": 100663615,
|
|
2083
2071
|
"canonicalSignature": "():void",
|
|
2084
2072
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2085
2073
|
"isStatic": false,
|
|
@@ -2203,11 +2191,11 @@
|
|
|
2203
2191
|
"declaringAssemblyName": "express"
|
|
2204
2192
|
},
|
|
2205
2193
|
{
|
|
2206
|
-
"stableId": "express:express.CorsOptions::maxAgeSeconds:System.Nullable_1[[System.
|
|
2194
|
+
"stableId": "express:express.CorsOptions::maxAgeSeconds:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2207
2195
|
"clrName": "maxAgeSeconds",
|
|
2208
2196
|
"metadataToken": 385876011,
|
|
2209
|
-
"canonicalSignature": ":System.Nullable_1[[System.
|
|
2210
|
-
"normalizedSignature": "maxAgeSeconds|:System.Nullable_1[[System.
|
|
2197
|
+
"canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2198
|
+
"normalizedSignature": "maxAgeSeconds|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
2211
2199
|
"emitScope": "ClassSurface",
|
|
2212
2200
|
"provenance": "Original",
|
|
2213
2201
|
"isIndexer": false,
|
|
@@ -2241,11 +2229,11 @@
|
|
|
2241
2229
|
"declaringAssemblyName": "express"
|
|
2242
2230
|
},
|
|
2243
2231
|
{
|
|
2244
|
-
"stableId": "express:express.CorsOptions::optionsSuccessStatus:System.
|
|
2232
|
+
"stableId": "express:express.CorsOptions::optionsSuccessStatus:System.Double",
|
|
2245
2233
|
"clrName": "optionsSuccessStatus",
|
|
2246
2234
|
"metadataToken": 385876013,
|
|
2247
|
-
"canonicalSignature": ":System.
|
|
2248
|
-
"normalizedSignature": "optionsSuccessStatus|:System.
|
|
2235
|
+
"canonicalSignature": ":System.Double",
|
|
2236
|
+
"normalizedSignature": "optionsSuccessStatus|:System.Double|static=false|accessor=getset",
|
|
2249
2237
|
"emitScope": "ClassSurface",
|
|
2250
2238
|
"provenance": "Original",
|
|
2251
2239
|
"isIndexer": false,
|
|
@@ -2265,7 +2253,7 @@
|
|
|
2265
2253
|
"constructors": [
|
|
2266
2254
|
{
|
|
2267
2255
|
"stableId": "express:express.CorsOptions::.ctor():void",
|
|
2268
|
-
"metadataToken":
|
|
2256
|
+
"metadataToken": 100663477,
|
|
2269
2257
|
"canonicalSignature": "():void",
|
|
2270
2258
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2271
2259
|
"isStatic": false,
|
|
@@ -2451,7 +2439,7 @@
|
|
|
2451
2439
|
"constructors": [
|
|
2452
2440
|
{
|
|
2453
2441
|
"stableId": "express:express.DownloadOptions::.ctor():void",
|
|
2454
|
-
"metadataToken":
|
|
2442
|
+
"metadataToken": 100663536,
|
|
2455
2443
|
"canonicalSignature": "():void",
|
|
2456
2444
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2457
2445
|
"isStatic": false,
|
|
@@ -2504,7 +2492,7 @@
|
|
|
2504
2492
|
"constructors": [
|
|
2505
2493
|
{
|
|
2506
2494
|
"stableId": "express:express.Files::.ctor():void",
|
|
2507
|
-
"metadataToken":
|
|
2495
|
+
"metadataToken": 100663621,
|
|
2508
2496
|
"canonicalSignature": "():void",
|
|
2509
2497
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2510
2498
|
"isStatic": false,
|
|
@@ -2533,11 +2521,11 @@
|
|
|
2533
2521
|
"methods": [],
|
|
2534
2522
|
"properties": [
|
|
2535
2523
|
{
|
|
2536
|
-
"stableId": "express:express.FileStat::size:System.
|
|
2524
|
+
"stableId": "express:express.FileStat::size:System.Double",
|
|
2537
2525
|
"clrName": "size",
|
|
2538
2526
|
"metadataToken": 385876058,
|
|
2539
|
-
"canonicalSignature": ":System.
|
|
2540
|
-
"normalizedSignature": "size|:System.
|
|
2527
|
+
"canonicalSignature": ":System.Double",
|
|
2528
|
+
"normalizedSignature": "size|:System.Double|static=false|accessor=getset",
|
|
2541
2529
|
"emitScope": "ClassSurface",
|
|
2542
2530
|
"provenance": "Original",
|
|
2543
2531
|
"isIndexer": false,
|
|
@@ -2552,11 +2540,11 @@
|
|
|
2552
2540
|
"declaringAssemblyName": "express"
|
|
2553
2541
|
},
|
|
2554
2542
|
{
|
|
2555
|
-
"stableId": "express:express.FileStat::modifiedAt:
|
|
2543
|
+
"stableId": "express:express.FileStat::modifiedAt:Tsonic.JSRuntime.Date",
|
|
2556
2544
|
"clrName": "modifiedAt",
|
|
2557
2545
|
"metadataToken": 385876059,
|
|
2558
|
-
"canonicalSignature": ":
|
|
2559
|
-
"normalizedSignature": "modifiedAt|:
|
|
2546
|
+
"canonicalSignature": ":Tsonic.JSRuntime.Date",
|
|
2547
|
+
"normalizedSignature": "modifiedAt|:Tsonic.JSRuntime.Date|static=false|accessor=getset",
|
|
2560
2548
|
"emitScope": "ClassSurface",
|
|
2561
2549
|
"provenance": "Original",
|
|
2562
2550
|
"isIndexer": false,
|
|
@@ -2576,7 +2564,7 @@
|
|
|
2576
2564
|
"constructors": [
|
|
2577
2565
|
{
|
|
2578
2566
|
"stableId": "express:express.FileStat::.ctor():void",
|
|
2579
|
-
"metadataToken":
|
|
2567
|
+
"metadataToken": 100663578,
|
|
2580
2568
|
"canonicalSignature": "():void",
|
|
2581
2569
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2582
2570
|
"isStatic": false,
|
|
@@ -2724,7 +2712,7 @@
|
|
|
2724
2712
|
"constructors": [
|
|
2725
2713
|
{
|
|
2726
2714
|
"stableId": "express:express.JsonOptions::.ctor():void",
|
|
2727
|
-
"metadataToken":
|
|
2715
|
+
"metadataToken": 100663413,
|
|
2728
2716
|
"canonicalSignature": "():void",
|
|
2729
2717
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2730
2718
|
"isStatic": false,
|
|
@@ -2754,7 +2742,7 @@
|
|
|
2754
2742
|
{
|
|
2755
2743
|
"stableId": "express:express.Multipart::any():express.RequestHandler",
|
|
2756
2744
|
"clrName": "any",
|
|
2757
|
-
"metadataToken":
|
|
2745
|
+
"metadataToken": 100663602,
|
|
2758
2746
|
"canonicalSignature": "():express.RequestHandler",
|
|
2759
2747
|
"normalizedSignature": "any|():express.RequestHandler|static=false",
|
|
2760
2748
|
"emitScope": "ClassSurface",
|
|
@@ -2774,7 +2762,7 @@
|
|
|
2774
2762
|
{
|
|
2775
2763
|
"stableId": "express:express.Multipart::none():express.RequestHandler",
|
|
2776
2764
|
"clrName": "none",
|
|
2777
|
-
"metadataToken":
|
|
2765
|
+
"metadataToken": 100663603,
|
|
2778
2766
|
"canonicalSignature": "():express.RequestHandler",
|
|
2779
2767
|
"normalizedSignature": "none|():express.RequestHandler|static=false",
|
|
2780
2768
|
"emitScope": "ClassSurface",
|
|
@@ -2794,7 +2782,7 @@
|
|
|
2794
2782
|
{
|
|
2795
2783
|
"stableId": "express:express.Multipart::single(System.String):express.RequestHandler",
|
|
2796
2784
|
"clrName": "single",
|
|
2797
|
-
"metadataToken":
|
|
2785
|
+
"metadataToken": 100663604,
|
|
2798
2786
|
"canonicalSignature": "(System.String):express.RequestHandler",
|
|
2799
2787
|
"normalizedSignature": "single|(System.String):express.RequestHandler|static=false",
|
|
2800
2788
|
"emitScope": "ClassSurface",
|
|
@@ -2812,11 +2800,11 @@
|
|
|
2812
2800
|
"isExtensionMethod": false
|
|
2813
2801
|
},
|
|
2814
2802
|
{
|
|
2815
|
-
"stableId": "express:express.Multipart::array(System.String,System.Nullable_1[[System.
|
|
2803
|
+
"stableId": "express:express.Multipart::array(System.String,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.RequestHandler",
|
|
2816
2804
|
"clrName": "array",
|
|
2817
|
-
"metadataToken":
|
|
2818
|
-
"canonicalSignature": "(System.String,System.Nullable_1[[System.
|
|
2819
|
-
"normalizedSignature": "array|(System.String,System.Nullable_1[[System.
|
|
2805
|
+
"metadataToken": 100663605,
|
|
2806
|
+
"canonicalSignature": "(System.String,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.RequestHandler",
|
|
2807
|
+
"normalizedSignature": "array|(System.String,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.RequestHandler|static=false",
|
|
2820
2808
|
"emitScope": "ClassSurface",
|
|
2821
2809
|
"provenance": "Original",
|
|
2822
2810
|
"arity": 0,
|
|
@@ -2834,7 +2822,7 @@
|
|
|
2834
2822
|
{
|
|
2835
2823
|
"stableId": "express:express.Multipart::fields(express.MultipartField[]):express.RequestHandler",
|
|
2836
2824
|
"clrName": "fields",
|
|
2837
|
-
"metadataToken":
|
|
2825
|
+
"metadataToken": 100663606,
|
|
2838
2826
|
"canonicalSignature": "(express.MultipartField[]):express.RequestHandler",
|
|
2839
2827
|
"normalizedSignature": "fields|(express.MultipartField[]):express.RequestHandler|static=false",
|
|
2840
2828
|
"emitScope": "ClassSurface",
|
|
@@ -2858,7 +2846,7 @@
|
|
|
2858
2846
|
"constructors": [
|
|
2859
2847
|
{
|
|
2860
2848
|
"stableId": "express:express.Multipart::.ctor(express.MultipartOptions):void",
|
|
2861
|
-
"metadataToken":
|
|
2849
|
+
"metadataToken": 100663601,
|
|
2862
2850
|
"canonicalSignature": "(express.MultipartOptions):void",
|
|
2863
2851
|
"normalizedSignature": "constructor|(express.MultipartOptions):void|static=false",
|
|
2864
2852
|
"isStatic": false,
|
|
@@ -2906,11 +2894,11 @@
|
|
|
2906
2894
|
"declaringAssemblyName": "express"
|
|
2907
2895
|
},
|
|
2908
2896
|
{
|
|
2909
|
-
"stableId": "express:express.MultipartField::maxCount:System.Nullable_1[[System.
|
|
2897
|
+
"stableId": "express:express.MultipartField::maxCount:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2910
2898
|
"clrName": "maxCount",
|
|
2911
2899
|
"metadataToken": 385876002,
|
|
2912
|
-
"canonicalSignature": ":System.Nullable_1[[System.
|
|
2913
|
-
"normalizedSignature": "maxCount|:System.Nullable_1[[System.
|
|
2900
|
+
"canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2901
|
+
"normalizedSignature": "maxCount|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
2914
2902
|
"emitScope": "ClassSurface",
|
|
2915
2903
|
"provenance": "Original",
|
|
2916
2904
|
"isIndexer": false,
|
|
@@ -2930,7 +2918,7 @@
|
|
|
2930
2918
|
"constructors": [
|
|
2931
2919
|
{
|
|
2932
2920
|
"stableId": "express:express.MultipartField::.ctor():void",
|
|
2933
|
-
"metadataToken":
|
|
2921
|
+
"metadataToken": 100663453,
|
|
2934
2922
|
"canonicalSignature": "():void",
|
|
2935
2923
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2936
2924
|
"isStatic": false,
|
|
@@ -2978,11 +2966,11 @@
|
|
|
2978
2966
|
"declaringAssemblyName": "express"
|
|
2979
2967
|
},
|
|
2980
2968
|
{
|
|
2981
|
-
"stableId": "express:express.MultipartOptions::maxFileCount:System.Nullable_1[[System.
|
|
2969
|
+
"stableId": "express:express.MultipartOptions::maxFileCount:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2982
2970
|
"clrName": "maxFileCount",
|
|
2983
2971
|
"metadataToken": 385876004,
|
|
2984
|
-
"canonicalSignature": ":System.Nullable_1[[System.
|
|
2985
|
-
"normalizedSignature": "maxFileCount|:System.Nullable_1[[System.
|
|
2972
|
+
"canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2973
|
+
"normalizedSignature": "maxFileCount|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
2986
2974
|
"emitScope": "ClassSurface",
|
|
2987
2975
|
"provenance": "Original",
|
|
2988
2976
|
"isIndexer": false,
|
|
@@ -2997,11 +2985,11 @@
|
|
|
2997
2985
|
"declaringAssemblyName": "express"
|
|
2998
2986
|
},
|
|
2999
2987
|
{
|
|
3000
|
-
"stableId": "express:express.MultipartOptions::maxFileSizeBytes:System.Nullable_1[[System.
|
|
2988
|
+
"stableId": "express:express.MultipartOptions::maxFileSizeBytes:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3001
2989
|
"clrName": "maxFileSizeBytes",
|
|
3002
2990
|
"metadataToken": 385876005,
|
|
3003
|
-
"canonicalSignature": ":System.Nullable_1[[System.
|
|
3004
|
-
"normalizedSignature": "maxFileSizeBytes|:System.Nullable_1[[System.
|
|
2991
|
+
"canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2992
|
+
"normalizedSignature": "maxFileSizeBytes|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
3005
2993
|
"emitScope": "ClassSurface",
|
|
3006
2994
|
"provenance": "Original",
|
|
3007
2995
|
"isIndexer": false,
|
|
@@ -3021,7 +3009,7 @@
|
|
|
3021
3009
|
"constructors": [
|
|
3022
3010
|
{
|
|
3023
3011
|
"stableId": "express:express.MultipartOptions::.ctor():void",
|
|
3024
|
-
"metadataToken":
|
|
3012
|
+
"metadataToken": 100663460,
|
|
3025
3013
|
"canonicalSignature": "():void",
|
|
3026
3014
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3027
3015
|
"isStatic": false,
|
|
@@ -3074,7 +3062,7 @@
|
|
|
3074
3062
|
"constructors": [
|
|
3075
3063
|
{
|
|
3076
3064
|
"stableId": "express:express.Params::.ctor():void",
|
|
3077
|
-
"metadataToken":
|
|
3065
|
+
"metadataToken": 100663625,
|
|
3078
3066
|
"canonicalSignature": "():void",
|
|
3079
3067
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3080
3068
|
"isStatic": false,
|
|
@@ -3127,7 +3115,7 @@
|
|
|
3127
3115
|
"constructors": [
|
|
3128
3116
|
{
|
|
3129
3117
|
"stableId": "express:express.RangeOptions::.ctor():void",
|
|
3130
|
-
"metadataToken":
|
|
3118
|
+
"metadataToken": 100663562,
|
|
3131
3119
|
"canonicalSignature": "():void",
|
|
3132
3120
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3133
3121
|
"isStatic": false,
|
|
@@ -3175,16 +3163,16 @@
|
|
|
3175
3163
|
"declaringAssemblyName": "express"
|
|
3176
3164
|
},
|
|
3177
3165
|
{
|
|
3178
|
-
"stableId": "express:express.RangeResult::ranges:
|
|
3166
|
+
"stableId": "express:express.RangeResult::ranges:express.ByteRange[]",
|
|
3179
3167
|
"clrName": "ranges",
|
|
3180
3168
|
"metadataToken": 385876057,
|
|
3181
|
-
"canonicalSignature": ":
|
|
3182
|
-
"normalizedSignature": "ranges|:
|
|
3169
|
+
"canonicalSignature": ":express.ByteRange[]",
|
|
3170
|
+
"normalizedSignature": "ranges|:express.ByteRange[]|static=false|accessor=getset",
|
|
3183
3171
|
"emitScope": "ClassSurface",
|
|
3184
3172
|
"provenance": "Original",
|
|
3185
3173
|
"isIndexer": false,
|
|
3186
3174
|
"hasGetter": true,
|
|
3187
|
-
"hasSetter":
|
|
3175
|
+
"hasSetter": true,
|
|
3188
3176
|
"isStatic": false,
|
|
3189
3177
|
"isAbstract": false,
|
|
3190
3178
|
"isVirtual": false,
|
|
@@ -3199,7 +3187,7 @@
|
|
|
3199
3187
|
"constructors": [
|
|
3200
3188
|
{
|
|
3201
3189
|
"stableId": "express:express.RangeResult::.ctor():void",
|
|
3202
|
-
"metadataToken":
|
|
3190
|
+
"metadataToken": 100663573,
|
|
3203
3191
|
"canonicalSignature": "():void",
|
|
3204
3192
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3205
3193
|
"isStatic": false,
|
|
@@ -3309,7 +3297,7 @@
|
|
|
3309
3297
|
"constructors": [
|
|
3310
3298
|
{
|
|
3311
3299
|
"stableId": "express:express.RawOptions::.ctor():void",
|
|
3312
|
-
"metadataToken":
|
|
3300
|
+
"metadataToken": 100663422,
|
|
3313
3301
|
"canonicalSignature": "():void",
|
|
3314
3302
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3315
3303
|
"isStatic": false,
|
|
@@ -3339,7 +3327,7 @@
|
|
|
3339
3327
|
{
|
|
3340
3328
|
"stableId": "express:express.Request::accepts(System.String[]):System.Object",
|
|
3341
3329
|
"clrName": "accepts",
|
|
3342
|
-
"metadataToken":
|
|
3330
|
+
"metadataToken": 100663674,
|
|
3343
3331
|
"canonicalSignature": "(System.String[]):System.Object",
|
|
3344
3332
|
"normalizedSignature": "accepts|(System.String[]):System.Object|static=false",
|
|
3345
3333
|
"emitScope": "ClassSurface",
|
|
@@ -3359,7 +3347,7 @@
|
|
|
3359
3347
|
{
|
|
3360
3348
|
"stableId": "express:express.Request::acceptsCharsets(System.String[]):System.Object",
|
|
3361
3349
|
"clrName": "acceptsCharsets",
|
|
3362
|
-
"metadataToken":
|
|
3350
|
+
"metadataToken": 100663675,
|
|
3363
3351
|
"canonicalSignature": "(System.String[]):System.Object",
|
|
3364
3352
|
"normalizedSignature": "acceptsCharsets|(System.String[]):System.Object|static=false",
|
|
3365
3353
|
"emitScope": "ClassSurface",
|
|
@@ -3379,7 +3367,7 @@
|
|
|
3379
3367
|
{
|
|
3380
3368
|
"stableId": "express:express.Request::acceptsEncodings(System.String[]):System.Object",
|
|
3381
3369
|
"clrName": "acceptsEncodings",
|
|
3382
|
-
"metadataToken":
|
|
3370
|
+
"metadataToken": 100663676,
|
|
3383
3371
|
"canonicalSignature": "(System.String[]):System.Object",
|
|
3384
3372
|
"normalizedSignature": "acceptsEncodings|(System.String[]):System.Object|static=false",
|
|
3385
3373
|
"emitScope": "ClassSurface",
|
|
@@ -3399,7 +3387,7 @@
|
|
|
3399
3387
|
{
|
|
3400
3388
|
"stableId": "express:express.Request::acceptsLanguages(System.String[]):System.Object",
|
|
3401
3389
|
"clrName": "acceptsLanguages",
|
|
3402
|
-
"metadataToken":
|
|
3390
|
+
"metadataToken": 100663677,
|
|
3403
3391
|
"canonicalSignature": "(System.String[]):System.Object",
|
|
3404
3392
|
"normalizedSignature": "acceptsLanguages|(System.String[]):System.Object|static=false",
|
|
3405
3393
|
"emitScope": "ClassSurface",
|
|
@@ -3419,7 +3407,7 @@
|
|
|
3419
3407
|
{
|
|
3420
3408
|
"stableId": "express:express.Request::get(System.String):System.String",
|
|
3421
3409
|
"clrName": "get",
|
|
3422
|
-
"metadataToken":
|
|
3410
|
+
"metadataToken": 100663678,
|
|
3423
3411
|
"canonicalSignature": "(System.String):System.String",
|
|
3424
3412
|
"normalizedSignature": "get|(System.String):System.String|static=false",
|
|
3425
3413
|
"emitScope": "ClassSurface",
|
|
@@ -3439,7 +3427,7 @@
|
|
|
3439
3427
|
{
|
|
3440
3428
|
"stableId": "express:express.Request::header(System.String):System.String",
|
|
3441
3429
|
"clrName": "header",
|
|
3442
|
-
"metadataToken":
|
|
3430
|
+
"metadataToken": 100663679,
|
|
3443
3431
|
"canonicalSignature": "(System.String):System.String",
|
|
3444
3432
|
"normalizedSignature": "header|(System.String):System.String|static=false",
|
|
3445
3433
|
"emitScope": "ClassSurface",
|
|
@@ -3459,7 +3447,7 @@
|
|
|
3459
3447
|
{
|
|
3460
3448
|
"stableId": "express:express.Request::param(System.String):System.String",
|
|
3461
3449
|
"clrName": "param",
|
|
3462
|
-
"metadataToken":
|
|
3450
|
+
"metadataToken": 100663680,
|
|
3463
3451
|
"canonicalSignature": "(System.String):System.String",
|
|
3464
3452
|
"normalizedSignature": "param|(System.String):System.String|static=false",
|
|
3465
3453
|
"emitScope": "ClassSurface",
|
|
@@ -3479,7 +3467,7 @@
|
|
|
3479
3467
|
{
|
|
3480
3468
|
"stableId": "express:express.Request::is(System.String[]):System.Object",
|
|
3481
3469
|
"clrName": "is",
|
|
3482
|
-
"metadataToken":
|
|
3470
|
+
"metadataToken": 100663681,
|
|
3483
3471
|
"canonicalSignature": "(System.String[]):System.Object",
|
|
3484
3472
|
"normalizedSignature": "is|(System.String[]):System.Object|static=false",
|
|
3485
3473
|
"emitScope": "ClassSurface",
|
|
@@ -3497,11 +3485,11 @@
|
|
|
3497
3485
|
"isExtensionMethod": false
|
|
3498
3486
|
},
|
|
3499
3487
|
{
|
|
3500
|
-
"stableId": "express:express.Request::range(System.
|
|
3488
|
+
"stableId": "express:express.Request::range(System.Double,express.RangeOptions):Tsonic.Runtime.Union_2[[express.RangeResult,express,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3501
3489
|
"clrName": "range",
|
|
3502
|
-
"metadataToken":
|
|
3503
|
-
"canonicalSignature": "(System.
|
|
3504
|
-
"normalizedSignature": "range|(System.
|
|
3490
|
+
"metadataToken": 100663682,
|
|
3491
|
+
"canonicalSignature": "(System.Double,express.RangeOptions):Tsonic.Runtime.Union_2[[express.RangeResult,express,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3492
|
+
"normalizedSignature": "range|(System.Double,express.RangeOptions):Tsonic.Runtime.Union_2[[express.RangeResult,express,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null],[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
3505
3493
|
"emitScope": "ClassSurface",
|
|
3506
3494
|
"provenance": "Original",
|
|
3507
3495
|
"arity": 0,
|
|
@@ -3519,7 +3507,7 @@
|
|
|
3519
3507
|
{
|
|
3520
3508
|
"stableId": "express:express.Request::setHeader(System.String,System.String):System.Void",
|
|
3521
3509
|
"clrName": "setHeader",
|
|
3522
|
-
"metadataToken":
|
|
3510
|
+
"metadataToken": 100663683,
|
|
3523
3511
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
3524
3512
|
"normalizedSignature": "setHeader|(System.String,System.String):System.Void|static=false",
|
|
3525
3513
|
"emitScope": "ClassSurface",
|
|
@@ -3729,11 +3717,11 @@
|
|
|
3729
3717
|
"declaringAssemblyName": "express"
|
|
3730
3718
|
},
|
|
3731
3719
|
{
|
|
3732
|
-
"stableId": "express:express.Request::ips:System.
|
|
3720
|
+
"stableId": "express:express.Request::ips:System.String[]",
|
|
3733
3721
|
"clrName": "ips",
|
|
3734
3722
|
"metadataToken": 385876075,
|
|
3735
|
-
"canonicalSignature": ":System.
|
|
3736
|
-
"normalizedSignature": "ips|:System.
|
|
3723
|
+
"canonicalSignature": ":System.String[]",
|
|
3724
|
+
"normalizedSignature": "ips|:System.String[]|static=false|accessor=getset",
|
|
3737
3725
|
"emitScope": "ClassSurface",
|
|
3738
3726
|
"provenance": "Original",
|
|
3739
3727
|
"isIndexer": false,
|
|
@@ -3938,11 +3926,11 @@
|
|
|
3938
3926
|
"declaringAssemblyName": "express"
|
|
3939
3927
|
},
|
|
3940
3928
|
{
|
|
3941
|
-
"stableId": "express:express.Request::subdomains:System.
|
|
3929
|
+
"stableId": "express:express.Request::subdomains:System.String[]",
|
|
3942
3930
|
"clrName": "subdomains",
|
|
3943
3931
|
"metadataToken": 385876086,
|
|
3944
|
-
"canonicalSignature": ":System.
|
|
3945
|
-
"normalizedSignature": "subdomains|:System.
|
|
3932
|
+
"canonicalSignature": ":System.String[]",
|
|
3933
|
+
"normalizedSignature": "subdomains|:System.String[]|static=false|accessor=getset",
|
|
3946
3934
|
"emitScope": "ClassSurface",
|
|
3947
3935
|
"provenance": "Original",
|
|
3948
3936
|
"isIndexer": false,
|
|
@@ -4019,7 +4007,7 @@
|
|
|
4019
4007
|
"constructors": [
|
|
4020
4008
|
{
|
|
4021
4009
|
"stableId": "express:express.Request::.ctor():void",
|
|
4022
|
-
"metadataToken":
|
|
4010
|
+
"metadataToken": 100663670,
|
|
4023
4011
|
"canonicalSignature": "():void",
|
|
4024
4012
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4025
4013
|
"isStatic": false,
|
|
@@ -4049,7 +4037,7 @@
|
|
|
4049
4037
|
{
|
|
4050
4038
|
"stableId": "express:express.Response::append(System.String,System.String):express.Response",
|
|
4051
4039
|
"clrName": "append",
|
|
4052
|
-
"metadataToken":
|
|
4040
|
+
"metadataToken": 100663705,
|
|
4053
4041
|
"canonicalSignature": "(System.String,System.String):express.Response",
|
|
4054
4042
|
"normalizedSignature": "append|(System.String,System.String):express.Response|static=false",
|
|
4055
4043
|
"emitScope": "ClassSurface",
|
|
@@ -4069,7 +4057,7 @@
|
|
|
4069
4057
|
{
|
|
4070
4058
|
"stableId": "express:express.Response::append(System.String,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4071
4059
|
"clrName": "append",
|
|
4072
|
-
"metadataToken":
|
|
4060
|
+
"metadataToken": 100663706,
|
|
4073
4061
|
"canonicalSignature": "(System.String,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4074
4062
|
"normalizedSignature": "append|(System.String,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response|static=false",
|
|
4075
4063
|
"emitScope": "ClassSurface",
|
|
@@ -4089,7 +4077,7 @@
|
|
|
4089
4077
|
{
|
|
4090
4078
|
"stableId": "express:express.Response::attachment(System.String):express.Response",
|
|
4091
4079
|
"clrName": "attachment",
|
|
4092
|
-
"metadataToken":
|
|
4080
|
+
"metadataToken": 100663707,
|
|
4093
4081
|
"canonicalSignature": "(System.String):express.Response",
|
|
4094
4082
|
"normalizedSignature": "attachment|(System.String):express.Response|static=false",
|
|
4095
4083
|
"emitScope": "ClassSurface",
|
|
@@ -4109,7 +4097,7 @@
|
|
|
4109
4097
|
{
|
|
4110
4098
|
"stableId": "express:express.Response::cookie(System.String,System.Object,express.CookieOptions):express.Response",
|
|
4111
4099
|
"clrName": "cookie",
|
|
4112
|
-
"metadataToken":
|
|
4100
|
+
"metadataToken": 100663708,
|
|
4113
4101
|
"canonicalSignature": "(System.String,System.Object,express.CookieOptions):express.Response",
|
|
4114
4102
|
"normalizedSignature": "cookie|(System.String,System.Object,express.CookieOptions):express.Response|static=false",
|
|
4115
4103
|
"emitScope": "ClassSurface",
|
|
@@ -4129,7 +4117,7 @@
|
|
|
4129
4117
|
{
|
|
4130
4118
|
"stableId": "express:express.Response::clearCookie(System.String,express.CookieOptions):express.Response",
|
|
4131
4119
|
"clrName": "clearCookie",
|
|
4132
|
-
"metadataToken":
|
|
4120
|
+
"metadataToken": 100663709,
|
|
4133
4121
|
"canonicalSignature": "(System.String,express.CookieOptions):express.Response",
|
|
4134
4122
|
"normalizedSignature": "clearCookie|(System.String,express.CookieOptions):express.Response|static=false",
|
|
4135
4123
|
"emitScope": "ClassSurface",
|
|
@@ -4147,11 +4135,11 @@
|
|
|
4147
4135
|
"isExtensionMethod": false
|
|
4148
4136
|
},
|
|
4149
4137
|
{
|
|
4150
|
-
"stableId": "express:express.Response::download(System.String,System.String,express.DownloadOptions,System.Action_1[[
|
|
4138
|
+
"stableId": "express:express.Response::download(System.String,System.String,express.DownloadOptions,System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):express.Response",
|
|
4151
4139
|
"clrName": "download",
|
|
4152
|
-
"metadataToken":
|
|
4153
|
-
"canonicalSignature": "(System.String,System.String,express.DownloadOptions,System.Action_1[[
|
|
4154
|
-
"normalizedSignature": "download|(System.String,System.String,express.DownloadOptions,System.Action_1[[
|
|
4140
|
+
"metadataToken": 100663710,
|
|
4141
|
+
"canonicalSignature": "(System.String,System.String,express.DownloadOptions,System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):express.Response",
|
|
4142
|
+
"normalizedSignature": "download|(System.String,System.String,express.DownloadOptions,System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):express.Response|static=false",
|
|
4155
4143
|
"emitScope": "ClassSurface",
|
|
4156
4144
|
"provenance": "Original",
|
|
4157
4145
|
"arity": 0,
|
|
@@ -4169,7 +4157,7 @@
|
|
|
4169
4157
|
{
|
|
4170
4158
|
"stableId": "express:express.Response::end(System.Object,System.String,System.Action):express.Response",
|
|
4171
4159
|
"clrName": "end",
|
|
4172
|
-
"metadataToken":
|
|
4160
|
+
"metadataToken": 100663711,
|
|
4173
4161
|
"canonicalSignature": "(System.Object,System.String,System.Action):express.Response",
|
|
4174
4162
|
"normalizedSignature": "end|(System.Object,System.String,System.Action):express.Response|static=false",
|
|
4175
4163
|
"emitScope": "ClassSurface",
|
|
@@ -4189,7 +4177,7 @@
|
|
|
4189
4177
|
{
|
|
4190
4178
|
"stableId": "express:express.Response::format(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Action,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4191
4179
|
"clrName": "format",
|
|
4192
|
-
"metadataToken":
|
|
4180
|
+
"metadataToken": 100663712,
|
|
4193
4181
|
"canonicalSignature": "(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Action,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4194
4182
|
"normalizedSignature": "format|(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Action,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response|static=false",
|
|
4195
4183
|
"emitScope": "ClassSurface",
|
|
@@ -4209,7 +4197,7 @@
|
|
|
4209
4197
|
{
|
|
4210
4198
|
"stableId": "express:express.Response::get(System.String):System.String",
|
|
4211
4199
|
"clrName": "get",
|
|
4212
|
-
"metadataToken":
|
|
4200
|
+
"metadataToken": 100663713,
|
|
4213
4201
|
"canonicalSignature": "(System.String):System.String",
|
|
4214
4202
|
"normalizedSignature": "get|(System.String):System.String|static=false",
|
|
4215
4203
|
"emitScope": "ClassSurface",
|
|
@@ -4229,7 +4217,7 @@
|
|
|
4229
4217
|
{
|
|
4230
4218
|
"stableId": "express:express.Response::json(System.Object):express.Response",
|
|
4231
4219
|
"clrName": "json",
|
|
4232
|
-
"metadataToken":
|
|
4220
|
+
"metadataToken": 100663714,
|
|
4233
4221
|
"canonicalSignature": "(System.Object):express.Response",
|
|
4234
4222
|
"normalizedSignature": "json|(System.Object):express.Response|static=false",
|
|
4235
4223
|
"emitScope": "ClassSurface",
|
|
@@ -4249,7 +4237,7 @@
|
|
|
4249
4237
|
{
|
|
4250
4238
|
"stableId": "express:express.Response::jsonp(System.Object):express.Response",
|
|
4251
4239
|
"clrName": "jsonp",
|
|
4252
|
-
"metadataToken":
|
|
4240
|
+
"metadataToken": 100663715,
|
|
4253
4241
|
"canonicalSignature": "(System.Object):express.Response",
|
|
4254
4242
|
"normalizedSignature": "jsonp|(System.Object):express.Response|static=false",
|
|
4255
4243
|
"emitScope": "ClassSurface",
|
|
@@ -4269,7 +4257,7 @@
|
|
|
4269
4257
|
{
|
|
4270
4258
|
"stableId": "express:express.Response::links(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4271
4259
|
"clrName": "links",
|
|
4272
|
-
"metadataToken":
|
|
4260
|
+
"metadataToken": 100663716,
|
|
4273
4261
|
"canonicalSignature": "(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4274
4262
|
"normalizedSignature": "links|(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response|static=false",
|
|
4275
4263
|
"emitScope": "ClassSurface",
|
|
@@ -4289,7 +4277,7 @@
|
|
|
4289
4277
|
{
|
|
4290
4278
|
"stableId": "express:express.Response::location(System.String):express.Response",
|
|
4291
4279
|
"clrName": "location",
|
|
4292
|
-
"metadataToken":
|
|
4280
|
+
"metadataToken": 100663717,
|
|
4293
4281
|
"canonicalSignature": "(System.String):express.Response",
|
|
4294
4282
|
"normalizedSignature": "location|(System.String):express.Response|static=false",
|
|
4295
4283
|
"emitScope": "ClassSurface",
|
|
@@ -4309,7 +4297,7 @@
|
|
|
4309
4297
|
{
|
|
4310
4298
|
"stableId": "express:express.Response::redirect(System.String):express.Response",
|
|
4311
4299
|
"clrName": "redirect",
|
|
4312
|
-
"metadataToken":
|
|
4300
|
+
"metadataToken": 100663718,
|
|
4313
4301
|
"canonicalSignature": "(System.String):express.Response",
|
|
4314
4302
|
"normalizedSignature": "redirect|(System.String):express.Response|static=false",
|
|
4315
4303
|
"emitScope": "ClassSurface",
|
|
@@ -4327,11 +4315,11 @@
|
|
|
4327
4315
|
"isExtensionMethod": false
|
|
4328
4316
|
},
|
|
4329
4317
|
{
|
|
4330
|
-
"stableId": "express:express.Response::redirect(System.
|
|
4318
|
+
"stableId": "express:express.Response::redirect(System.Double,System.String):express.Response",
|
|
4331
4319
|
"clrName": "redirect",
|
|
4332
|
-
"metadataToken":
|
|
4333
|
-
"canonicalSignature": "(System.
|
|
4334
|
-
"normalizedSignature": "redirect|(System.
|
|
4320
|
+
"metadataToken": 100663719,
|
|
4321
|
+
"canonicalSignature": "(System.Double,System.String):express.Response",
|
|
4322
|
+
"normalizedSignature": "redirect|(System.Double,System.String):express.Response|static=false",
|
|
4335
4323
|
"emitScope": "ClassSurface",
|
|
4336
4324
|
"provenance": "Original",
|
|
4337
4325
|
"arity": 0,
|
|
@@ -4349,7 +4337,7 @@
|
|
|
4349
4337
|
{
|
|
4350
4338
|
"stableId": "express:express.Response::render(System.String):express.Response",
|
|
4351
4339
|
"clrName": "render",
|
|
4352
|
-
"metadataToken":
|
|
4340
|
+
"metadataToken": 100663720,
|
|
4353
4341
|
"canonicalSignature": "(System.String):express.Response",
|
|
4354
4342
|
"normalizedSignature": "render|(System.String):express.Response|static=false",
|
|
4355
4343
|
"emitScope": "ClassSurface",
|
|
@@ -4369,7 +4357,7 @@
|
|
|
4369
4357
|
{
|
|
4370
4358
|
"stableId": "express:express.Response::render(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4371
4359
|
"clrName": "render",
|
|
4372
|
-
"metadataToken":
|
|
4360
|
+
"metadataToken": 100663721,
|
|
4373
4361
|
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4374
4362
|
"normalizedSignature": "render|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response|static=false",
|
|
4375
4363
|
"emitScope": "ClassSurface",
|
|
@@ -4387,11 +4375,11 @@
|
|
|
4387
4375
|
"isExtensionMethod": false
|
|
4388
4376
|
},
|
|
4389
4377
|
{
|
|
4390
|
-
"stableId": "express:express.Response::render(System.String,System.Action_2[[
|
|
4378
|
+
"stableId": "express:express.Response::render(System.String,System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4391
4379
|
"clrName": "render",
|
|
4392
|
-
"metadataToken":
|
|
4393
|
-
"canonicalSignature": "(System.String,System.Action_2[[
|
|
4394
|
-
"normalizedSignature": "render|(System.String,System.Action_2[[
|
|
4380
|
+
"metadataToken": 100663722,
|
|
4381
|
+
"canonicalSignature": "(System.String,System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4382
|
+
"normalizedSignature": "render|(System.String,System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response|static=false",
|
|
4395
4383
|
"emitScope": "ClassSurface",
|
|
4396
4384
|
"provenance": "Original",
|
|
4397
4385
|
"arity": 0,
|
|
@@ -4407,11 +4395,11 @@
|
|
|
4407
4395
|
"isExtensionMethod": false
|
|
4408
4396
|
},
|
|
4409
4397
|
{
|
|
4410
|
-
"stableId": "express:express.Response::render(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
4398
|
+
"stableId": "express:express.Response::render(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4411
4399
|
"clrName": "render",
|
|
4412
|
-
"metadataToken":
|
|
4413
|
-
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
4414
|
-
"normalizedSignature": "render|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[
|
|
4400
|
+
"metadataToken": 100663723,
|
|
4401
|
+
"canonicalSignature": "(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4402
|
+
"normalizedSignature": "render|(System.String,System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Action_2[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response|static=false",
|
|
4415
4403
|
"emitScope": "ClassSurface",
|
|
4416
4404
|
"provenance": "Original",
|
|
4417
4405
|
"arity": 0,
|
|
@@ -4429,7 +4417,7 @@
|
|
|
4429
4417
|
{
|
|
4430
4418
|
"stableId": "express:express.Response::send(System.Object):express.Response",
|
|
4431
4419
|
"clrName": "send",
|
|
4432
|
-
"metadataToken":
|
|
4420
|
+
"metadataToken": 100663724,
|
|
4433
4421
|
"canonicalSignature": "(System.Object):express.Response",
|
|
4434
4422
|
"normalizedSignature": "send|(System.Object):express.Response|static=false",
|
|
4435
4423
|
"emitScope": "ClassSurface",
|
|
@@ -4447,11 +4435,11 @@
|
|
|
4447
4435
|
"isExtensionMethod": false
|
|
4448
4436
|
},
|
|
4449
4437
|
{
|
|
4450
|
-
"stableId": "express:express.Response::sendFile(System.String,express.SendFileOptions,System.Action_1[[
|
|
4438
|
+
"stableId": "express:express.Response::sendFile(System.String,express.SendFileOptions,System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):express.Response",
|
|
4451
4439
|
"clrName": "sendFile",
|
|
4452
|
-
"metadataToken":
|
|
4453
|
-
"canonicalSignature": "(System.String,express.SendFileOptions,System.Action_1[[
|
|
4454
|
-
"normalizedSignature": "sendFile|(System.String,express.SendFileOptions,System.Action_1[[
|
|
4440
|
+
"metadataToken": 100663725,
|
|
4441
|
+
"canonicalSignature": "(System.String,express.SendFileOptions,System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):express.Response",
|
|
4442
|
+
"normalizedSignature": "sendFile|(System.String,express.SendFileOptions,System.Action_1[[Tsonic.JSRuntime.Error,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]):express.Response|static=false",
|
|
4455
4443
|
"emitScope": "ClassSurface",
|
|
4456
4444
|
"provenance": "Original",
|
|
4457
4445
|
"arity": 0,
|
|
@@ -4467,11 +4455,11 @@
|
|
|
4467
4455
|
"isExtensionMethod": false
|
|
4468
4456
|
},
|
|
4469
4457
|
{
|
|
4470
|
-
"stableId": "express:express.Response::sendStatus(System.
|
|
4458
|
+
"stableId": "express:express.Response::sendStatus(System.Double):express.Response",
|
|
4471
4459
|
"clrName": "sendStatus",
|
|
4472
|
-
"metadataToken":
|
|
4473
|
-
"canonicalSignature": "(System.
|
|
4474
|
-
"normalizedSignature": "sendStatus|(System.
|
|
4460
|
+
"metadataToken": 100663726,
|
|
4461
|
+
"canonicalSignature": "(System.Double):express.Response",
|
|
4462
|
+
"normalizedSignature": "sendStatus|(System.Double):express.Response|static=false",
|
|
4475
4463
|
"emitScope": "ClassSurface",
|
|
4476
4464
|
"provenance": "Original",
|
|
4477
4465
|
"arity": 0,
|
|
@@ -4489,7 +4477,7 @@
|
|
|
4489
4477
|
{
|
|
4490
4478
|
"stableId": "express:express.Response::set(System.String,System.Object):express.Response",
|
|
4491
4479
|
"clrName": "set",
|
|
4492
|
-
"metadataToken":
|
|
4480
|
+
"metadataToken": 100663727,
|
|
4493
4481
|
"canonicalSignature": "(System.String,System.Object):express.Response",
|
|
4494
4482
|
"normalizedSignature": "set|(System.String,System.Object):express.Response|static=false",
|
|
4495
4483
|
"emitScope": "ClassSurface",
|
|
@@ -4509,7 +4497,7 @@
|
|
|
4509
4497
|
{
|
|
4510
4498
|
"stableId": "express:express.Response::set(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4511
4499
|
"clrName": "set",
|
|
4512
|
-
"metadataToken":
|
|
4500
|
+
"metadataToken": 100663728,
|
|
4513
4501
|
"canonicalSignature": "(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response",
|
|
4514
4502
|
"normalizedSignature": "set|(System.Collections.Generic.Dictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):express.Response|static=false",
|
|
4515
4503
|
"emitScope": "ClassSurface",
|
|
@@ -4529,7 +4517,7 @@
|
|
|
4529
4517
|
{
|
|
4530
4518
|
"stableId": "express:express.Response::header(System.String,System.Object):express.Response",
|
|
4531
4519
|
"clrName": "header",
|
|
4532
|
-
"metadataToken":
|
|
4520
|
+
"metadataToken": 100663729,
|
|
4533
4521
|
"canonicalSignature": "(System.String,System.Object):express.Response",
|
|
4534
4522
|
"normalizedSignature": "header|(System.String,System.Object):express.Response|static=false",
|
|
4535
4523
|
"emitScope": "ClassSurface",
|
|
@@ -4547,11 +4535,11 @@
|
|
|
4547
4535
|
"isExtensionMethod": false
|
|
4548
4536
|
},
|
|
4549
4537
|
{
|
|
4550
|
-
"stableId": "express:express.Response::status(System.
|
|
4538
|
+
"stableId": "express:express.Response::status(System.Double):express.Response",
|
|
4551
4539
|
"clrName": "status",
|
|
4552
|
-
"metadataToken":
|
|
4553
|
-
"canonicalSignature": "(System.
|
|
4554
|
-
"normalizedSignature": "status|(System.
|
|
4540
|
+
"metadataToken": 100663730,
|
|
4541
|
+
"canonicalSignature": "(System.Double):express.Response",
|
|
4542
|
+
"normalizedSignature": "status|(System.Double):express.Response|static=false",
|
|
4555
4543
|
"emitScope": "ClassSurface",
|
|
4556
4544
|
"provenance": "Original",
|
|
4557
4545
|
"arity": 0,
|
|
@@ -4569,7 +4557,7 @@
|
|
|
4569
4557
|
{
|
|
4570
4558
|
"stableId": "express:express.Response::type(System.String):express.Response",
|
|
4571
4559
|
"clrName": "type",
|
|
4572
|
-
"metadataToken":
|
|
4560
|
+
"metadataToken": 100663731,
|
|
4573
4561
|
"canonicalSignature": "(System.String):express.Response",
|
|
4574
4562
|
"normalizedSignature": "type|(System.String):express.Response|static=false",
|
|
4575
4563
|
"emitScope": "ClassSurface",
|
|
@@ -4589,7 +4577,7 @@
|
|
|
4589
4577
|
{
|
|
4590
4578
|
"stableId": "express:express.Response::contentType(System.String):express.Response",
|
|
4591
4579
|
"clrName": "contentType",
|
|
4592
|
-
"metadataToken":
|
|
4580
|
+
"metadataToken": 100663732,
|
|
4593
4581
|
"canonicalSignature": "(System.String):express.Response",
|
|
4594
4582
|
"normalizedSignature": "contentType|(System.String):express.Response|static=false",
|
|
4595
4583
|
"emitScope": "ClassSurface",
|
|
@@ -4609,7 +4597,7 @@
|
|
|
4609
4597
|
{
|
|
4610
4598
|
"stableId": "express:express.Response::vary(System.String):express.Response",
|
|
4611
4599
|
"clrName": "vary",
|
|
4612
|
-
"metadataToken":
|
|
4600
|
+
"metadataToken": 100663733,
|
|
4613
4601
|
"canonicalSignature": "(System.String):express.Response",
|
|
4614
4602
|
"normalizedSignature": "vary|(System.String):express.Response|static=false",
|
|
4615
4603
|
"emitScope": "ClassSurface",
|
|
@@ -4667,11 +4655,11 @@
|
|
|
4667
4655
|
"declaringAssemblyName": "express"
|
|
4668
4656
|
},
|
|
4669
4657
|
{
|
|
4670
|
-
"stableId": "express:express.Response::statusCode:System.
|
|
4658
|
+
"stableId": "express:express.Response::statusCode:System.Double",
|
|
4671
4659
|
"clrName": "statusCode",
|
|
4672
4660
|
"metadataToken": 385876097,
|
|
4673
|
-
"canonicalSignature": ":System.
|
|
4674
|
-
"normalizedSignature": "statusCode|:System.
|
|
4661
|
+
"canonicalSignature": ":System.Double",
|
|
4662
|
+
"normalizedSignature": "statusCode|:System.Double|static=false|accessor=getset",
|
|
4675
4663
|
"emitScope": "ClassSurface",
|
|
4676
4664
|
"provenance": "Original",
|
|
4677
4665
|
"isIndexer": false,
|
|
@@ -4729,7 +4717,7 @@
|
|
|
4729
4717
|
"constructors": [
|
|
4730
4718
|
{
|
|
4731
4719
|
"stableId": "express:express.Response::.ctor():void",
|
|
4732
|
-
"metadataToken":
|
|
4720
|
+
"metadataToken": 100663702,
|
|
4733
4721
|
"canonicalSignature": "():void",
|
|
4734
4722
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4735
4723
|
"isStatic": false,
|
|
@@ -4762,7 +4750,7 @@
|
|
|
4762
4750
|
{
|
|
4763
4751
|
"stableId": "express:express.Route::all(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4764
4752
|
"clrName": "all",
|
|
4765
|
-
"metadataToken":
|
|
4753
|
+
"metadataToken": 100663748,
|
|
4766
4754
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4767
4755
|
"normalizedSignature": "all|(express.RequestHandler,express.RequestHandler[]):express.Route|static=false",
|
|
4768
4756
|
"emitScope": "ClassSurface",
|
|
@@ -4782,7 +4770,7 @@
|
|
|
4782
4770
|
{
|
|
4783
4771
|
"stableId": "express:express.Route::delete(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4784
4772
|
"clrName": "delete",
|
|
4785
|
-
"metadataToken":
|
|
4773
|
+
"metadataToken": 100663749,
|
|
4786
4774
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4787
4775
|
"normalizedSignature": "delete|(express.RequestHandler,express.RequestHandler[]):express.Route|static=false",
|
|
4788
4776
|
"emitScope": "ClassSurface",
|
|
@@ -4802,7 +4790,7 @@
|
|
|
4802
4790
|
{
|
|
4803
4791
|
"stableId": "express:express.Route::get(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4804
4792
|
"clrName": "get",
|
|
4805
|
-
"metadataToken":
|
|
4793
|
+
"metadataToken": 100663750,
|
|
4806
4794
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4807
4795
|
"normalizedSignature": "get|(express.RequestHandler,express.RequestHandler[]):express.Route|static=false",
|
|
4808
4796
|
"emitScope": "ClassSurface",
|
|
@@ -4822,7 +4810,7 @@
|
|
|
4822
4810
|
{
|
|
4823
4811
|
"stableId": "express:express.Route::options(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4824
4812
|
"clrName": "options",
|
|
4825
|
-
"metadataToken":
|
|
4813
|
+
"metadataToken": 100663751,
|
|
4826
4814
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4827
4815
|
"normalizedSignature": "options|(express.RequestHandler,express.RequestHandler[]):express.Route|static=false",
|
|
4828
4816
|
"emitScope": "ClassSurface",
|
|
@@ -4842,7 +4830,7 @@
|
|
|
4842
4830
|
{
|
|
4843
4831
|
"stableId": "express:express.Route::patch(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4844
4832
|
"clrName": "patch",
|
|
4845
|
-
"metadataToken":
|
|
4833
|
+
"metadataToken": 100663752,
|
|
4846
4834
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4847
4835
|
"normalizedSignature": "patch|(express.RequestHandler,express.RequestHandler[]):express.Route|static=false",
|
|
4848
4836
|
"emitScope": "ClassSurface",
|
|
@@ -4862,7 +4850,7 @@
|
|
|
4862
4850
|
{
|
|
4863
4851
|
"stableId": "express:express.Route::post(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4864
4852
|
"clrName": "post",
|
|
4865
|
-
"metadataToken":
|
|
4853
|
+
"metadataToken": 100663753,
|
|
4866
4854
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4867
4855
|
"normalizedSignature": "post|(express.RequestHandler,express.RequestHandler[]):express.Route|static=false",
|
|
4868
4856
|
"emitScope": "ClassSurface",
|
|
@@ -4882,7 +4870,7 @@
|
|
|
4882
4870
|
{
|
|
4883
4871
|
"stableId": "express:express.Route::put(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4884
4872
|
"clrName": "put",
|
|
4885
|
-
"metadataToken":
|
|
4873
|
+
"metadataToken": 100663754,
|
|
4886
4874
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):express.Route",
|
|
4887
4875
|
"normalizedSignature": "put|(express.RequestHandler,express.RequestHandler[]):express.Route|static=false",
|
|
4888
4876
|
"emitScope": "ClassSurface",
|
|
@@ -5087,7 +5075,7 @@
|
|
|
5087
5075
|
{
|
|
5088
5076
|
"stableId": "express:express.Router::param(System.String,express.ParamHandler):express.Router",
|
|
5089
5077
|
"clrName": "param",
|
|
5090
|
-
"metadataToken":
|
|
5078
|
+
"metadataToken": 100663813,
|
|
5091
5079
|
"canonicalSignature": "(System.String,express.ParamHandler):express.Router",
|
|
5092
5080
|
"normalizedSignature": "param|(System.String,express.ParamHandler):express.Router|static=false",
|
|
5093
5081
|
"emitScope": "ClassSurface",
|
|
@@ -5107,7 +5095,7 @@
|
|
|
5107
5095
|
{
|
|
5108
5096
|
"stableId": "express:express.Router::use(express.Router):express.Router",
|
|
5109
5097
|
"clrName": "use",
|
|
5110
|
-
"metadataToken":
|
|
5098
|
+
"metadataToken": 100663815,
|
|
5111
5099
|
"canonicalSignature": "(express.Router):express.Router",
|
|
5112
5100
|
"normalizedSignature": "use|(express.Router):express.Router|static=false",
|
|
5113
5101
|
"emitScope": "ClassSurface",
|
|
@@ -5127,7 +5115,7 @@
|
|
|
5127
5115
|
{
|
|
5128
5116
|
"stableId": "express:express.Router::use(System.String,express.Router):express.Router",
|
|
5129
5117
|
"clrName": "use",
|
|
5130
|
-
"metadataToken":
|
|
5118
|
+
"metadataToken": 100663816,
|
|
5131
5119
|
"canonicalSignature": "(System.String,express.Router):express.Router",
|
|
5132
5120
|
"normalizedSignature": "use|(System.String,express.Router):express.Router|static=false",
|
|
5133
5121
|
"emitScope": "ClassSurface",
|
|
@@ -5191,7 +5179,7 @@
|
|
|
5191
5179
|
"constructors": [
|
|
5192
5180
|
{
|
|
5193
5181
|
"stableId": "express:express.Router::.ctor(express.RouterOptions):void",
|
|
5194
|
-
"metadataToken":
|
|
5182
|
+
"metadataToken": 100663787,
|
|
5195
5183
|
"canonicalSignature": "(express.RouterOptions):void",
|
|
5196
5184
|
"normalizedSignature": "constructor|(express.RouterOptions):void|static=false",
|
|
5197
5185
|
"isStatic": false,
|
|
@@ -5282,7 +5270,7 @@
|
|
|
5282
5270
|
"constructors": [
|
|
5283
5271
|
{
|
|
5284
5272
|
"stableId": "express:express.RouterOptions::.ctor():void",
|
|
5285
|
-
"metadataToken":
|
|
5273
|
+
"metadataToken": 100663400,
|
|
5286
5274
|
"canonicalSignature": "():void",
|
|
5287
5275
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5288
5276
|
"isStatic": false,
|
|
@@ -5315,7 +5303,7 @@
|
|
|
5315
5303
|
{
|
|
5316
5304
|
"stableId": "express:express.RoutingHost\u00601::all(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5317
5305
|
"clrName": "all",
|
|
5318
|
-
"metadataToken":
|
|
5306
|
+
"metadataToken": 100663834,
|
|
5319
5307
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5320
5308
|
"normalizedSignature": "all|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5321
5309
|
"emitScope": "ClassSurface",
|
|
@@ -5335,7 +5323,7 @@
|
|
|
5335
5323
|
{
|
|
5336
5324
|
"stableId": "express:express.RoutingHost\u00601::checkout(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5337
5325
|
"clrName": "checkout",
|
|
5338
|
-
"metadataToken":
|
|
5326
|
+
"metadataToken": 100663835,
|
|
5339
5327
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5340
5328
|
"normalizedSignature": "checkout|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5341
5329
|
"emitScope": "ClassSurface",
|
|
@@ -5355,7 +5343,7 @@
|
|
|
5355
5343
|
{
|
|
5356
5344
|
"stableId": "express:express.RoutingHost\u00601::copy(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5357
5345
|
"clrName": "copy",
|
|
5358
|
-
"metadataToken":
|
|
5346
|
+
"metadataToken": 100663836,
|
|
5359
5347
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5360
5348
|
"normalizedSignature": "copy|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5361
5349
|
"emitScope": "ClassSurface",
|
|
@@ -5375,7 +5363,7 @@
|
|
|
5375
5363
|
{
|
|
5376
5364
|
"stableId": "express:express.RoutingHost\u00601::delete(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5377
5365
|
"clrName": "delete",
|
|
5378
|
-
"metadataToken":
|
|
5366
|
+
"metadataToken": 100663837,
|
|
5379
5367
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5380
5368
|
"normalizedSignature": "delete|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5381
5369
|
"emitScope": "ClassSurface",
|
|
@@ -5395,7 +5383,7 @@
|
|
|
5395
5383
|
{
|
|
5396
5384
|
"stableId": "express:express.RoutingHost\u00601::get(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5397
5385
|
"clrName": "get",
|
|
5398
|
-
"metadataToken":
|
|
5386
|
+
"metadataToken": 100663838,
|
|
5399
5387
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5400
5388
|
"normalizedSignature": "get|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5401
5389
|
"emitScope": "ClassSurface",
|
|
@@ -5415,7 +5403,7 @@
|
|
|
5415
5403
|
{
|
|
5416
5404
|
"stableId": "express:express.RoutingHost\u00601::head(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5417
5405
|
"clrName": "head",
|
|
5418
|
-
"metadataToken":
|
|
5406
|
+
"metadataToken": 100663839,
|
|
5419
5407
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5420
5408
|
"normalizedSignature": "head|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5421
5409
|
"emitScope": "ClassSurface",
|
|
@@ -5435,7 +5423,7 @@
|
|
|
5435
5423
|
{
|
|
5436
5424
|
"stableId": "express:express.RoutingHost\u00601::lock_(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5437
5425
|
"clrName": "lock_",
|
|
5438
|
-
"metadataToken":
|
|
5426
|
+
"metadataToken": 100663840,
|
|
5439
5427
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5440
5428
|
"normalizedSignature": "lock_|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5441
5429
|
"emitScope": "ClassSurface",
|
|
@@ -5455,7 +5443,7 @@
|
|
|
5455
5443
|
{
|
|
5456
5444
|
"stableId": "express:express.RoutingHost\u00601::merge(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5457
5445
|
"clrName": "merge",
|
|
5458
|
-
"metadataToken":
|
|
5446
|
+
"metadataToken": 100663841,
|
|
5459
5447
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5460
5448
|
"normalizedSignature": "merge|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5461
5449
|
"emitScope": "ClassSurface",
|
|
@@ -5475,7 +5463,7 @@
|
|
|
5475
5463
|
{
|
|
5476
5464
|
"stableId": "express:express.RoutingHost\u00601::mkactivity(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5477
5465
|
"clrName": "mkactivity",
|
|
5478
|
-
"metadataToken":
|
|
5466
|
+
"metadataToken": 100663842,
|
|
5479
5467
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5480
5468
|
"normalizedSignature": "mkactivity|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5481
5469
|
"emitScope": "ClassSurface",
|
|
@@ -5495,7 +5483,7 @@
|
|
|
5495
5483
|
{
|
|
5496
5484
|
"stableId": "express:express.RoutingHost\u00601::mkcol(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5497
5485
|
"clrName": "mkcol",
|
|
5498
|
-
"metadataToken":
|
|
5486
|
+
"metadataToken": 100663843,
|
|
5499
5487
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5500
5488
|
"normalizedSignature": "mkcol|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5501
5489
|
"emitScope": "ClassSurface",
|
|
@@ -5515,7 +5503,7 @@
|
|
|
5515
5503
|
{
|
|
5516
5504
|
"stableId": "express:express.RoutingHost\u00601::move(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5517
5505
|
"clrName": "move",
|
|
5518
|
-
"metadataToken":
|
|
5506
|
+
"metadataToken": 100663844,
|
|
5519
5507
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5520
5508
|
"normalizedSignature": "move|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5521
5509
|
"emitScope": "ClassSurface",
|
|
@@ -5535,7 +5523,7 @@
|
|
|
5535
5523
|
{
|
|
5536
5524
|
"stableId": "express:express.RoutingHost\u00601::m_search(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5537
5525
|
"clrName": "m_search",
|
|
5538
|
-
"metadataToken":
|
|
5526
|
+
"metadataToken": 100663845,
|
|
5539
5527
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5540
5528
|
"normalizedSignature": "m_search|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5541
5529
|
"emitScope": "ClassSurface",
|
|
@@ -5555,7 +5543,7 @@
|
|
|
5555
5543
|
{
|
|
5556
5544
|
"stableId": "express:express.RoutingHost\u00601::notify(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5557
5545
|
"clrName": "notify",
|
|
5558
|
-
"metadataToken":
|
|
5546
|
+
"metadataToken": 100663846,
|
|
5559
5547
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5560
5548
|
"normalizedSignature": "notify|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5561
5549
|
"emitScope": "ClassSurface",
|
|
@@ -5575,7 +5563,7 @@
|
|
|
5575
5563
|
{
|
|
5576
5564
|
"stableId": "express:express.RoutingHost\u00601::options(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5577
5565
|
"clrName": "options",
|
|
5578
|
-
"metadataToken":
|
|
5566
|
+
"metadataToken": 100663847,
|
|
5579
5567
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5580
5568
|
"normalizedSignature": "options|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5581
5569
|
"emitScope": "ClassSurface",
|
|
@@ -5595,7 +5583,7 @@
|
|
|
5595
5583
|
{
|
|
5596
5584
|
"stableId": "express:express.RoutingHost\u00601::patch(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5597
5585
|
"clrName": "patch",
|
|
5598
|
-
"metadataToken":
|
|
5586
|
+
"metadataToken": 100663848,
|
|
5599
5587
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5600
5588
|
"normalizedSignature": "patch|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5601
5589
|
"emitScope": "ClassSurface",
|
|
@@ -5615,7 +5603,7 @@
|
|
|
5615
5603
|
{
|
|
5616
5604
|
"stableId": "express:express.RoutingHost\u00601::post(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5617
5605
|
"clrName": "post",
|
|
5618
|
-
"metadataToken":
|
|
5606
|
+
"metadataToken": 100663849,
|
|
5619
5607
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5620
5608
|
"normalizedSignature": "post|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5621
5609
|
"emitScope": "ClassSurface",
|
|
@@ -5635,7 +5623,7 @@
|
|
|
5635
5623
|
{
|
|
5636
5624
|
"stableId": "express:express.RoutingHost\u00601::purge(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5637
5625
|
"clrName": "purge",
|
|
5638
|
-
"metadataToken":
|
|
5626
|
+
"metadataToken": 100663850,
|
|
5639
5627
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5640
5628
|
"normalizedSignature": "purge|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5641
5629
|
"emitScope": "ClassSurface",
|
|
@@ -5655,7 +5643,7 @@
|
|
|
5655
5643
|
{
|
|
5656
5644
|
"stableId": "express:express.RoutingHost\u00601::put(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5657
5645
|
"clrName": "put",
|
|
5658
|
-
"metadataToken":
|
|
5646
|
+
"metadataToken": 100663851,
|
|
5659
5647
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5660
5648
|
"normalizedSignature": "put|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5661
5649
|
"emitScope": "ClassSurface",
|
|
@@ -5675,7 +5663,7 @@
|
|
|
5675
5663
|
{
|
|
5676
5664
|
"stableId": "express:express.RoutingHost\u00601::report(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5677
5665
|
"clrName": "report",
|
|
5678
|
-
"metadataToken":
|
|
5666
|
+
"metadataToken": 100663852,
|
|
5679
5667
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5680
5668
|
"normalizedSignature": "report|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5681
5669
|
"emitScope": "ClassSurface",
|
|
@@ -5695,7 +5683,7 @@
|
|
|
5695
5683
|
{
|
|
5696
5684
|
"stableId": "express:express.RoutingHost\u00601::search(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5697
5685
|
"clrName": "search",
|
|
5698
|
-
"metadataToken":
|
|
5686
|
+
"metadataToken": 100663853,
|
|
5699
5687
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5700
5688
|
"normalizedSignature": "search|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5701
5689
|
"emitScope": "ClassSurface",
|
|
@@ -5715,7 +5703,7 @@
|
|
|
5715
5703
|
{
|
|
5716
5704
|
"stableId": "express:express.RoutingHost\u00601::subscribe(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5717
5705
|
"clrName": "subscribe",
|
|
5718
|
-
"metadataToken":
|
|
5706
|
+
"metadataToken": 100663854,
|
|
5719
5707
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5720
5708
|
"normalizedSignature": "subscribe|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5721
5709
|
"emitScope": "ClassSurface",
|
|
@@ -5735,7 +5723,7 @@
|
|
|
5735
5723
|
{
|
|
5736
5724
|
"stableId": "express:express.RoutingHost\u00601::trace(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5737
5725
|
"clrName": "trace",
|
|
5738
|
-
"metadataToken":
|
|
5726
|
+
"metadataToken": 100663855,
|
|
5739
5727
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5740
5728
|
"normalizedSignature": "trace|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5741
5729
|
"emitScope": "ClassSurface",
|
|
@@ -5755,7 +5743,7 @@
|
|
|
5755
5743
|
{
|
|
5756
5744
|
"stableId": "express:express.RoutingHost\u00601::unlock(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5757
5745
|
"clrName": "unlock",
|
|
5758
|
-
"metadataToken":
|
|
5746
|
+
"metadataToken": 100663856,
|
|
5759
5747
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5760
5748
|
"normalizedSignature": "unlock|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5761
5749
|
"emitScope": "ClassSurface",
|
|
@@ -5775,7 +5763,7 @@
|
|
|
5775
5763
|
{
|
|
5776
5764
|
"stableId": "express:express.RoutingHost\u00601::unsubscribe(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5777
5765
|
"clrName": "unsubscribe",
|
|
5778
|
-
"metadataToken":
|
|
5766
|
+
"metadataToken": 100663857,
|
|
5779
5767
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5780
5768
|
"normalizedSignature": "unsubscribe|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5781
5769
|
"emitScope": "ClassSurface",
|
|
@@ -5795,7 +5783,7 @@
|
|
|
5795
5783
|
{
|
|
5796
5784
|
"stableId": "express:express.RoutingHost\u00601::use(express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5797
5785
|
"clrName": "use",
|
|
5798
|
-
"metadataToken":
|
|
5786
|
+
"metadataToken": 100663858,
|
|
5799
5787
|
"canonicalSignature": "(express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5800
5788
|
"normalizedSignature": "use|(express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5801
5789
|
"emitScope": "ClassSurface",
|
|
@@ -5815,7 +5803,7 @@
|
|
|
5815
5803
|
{
|
|
5816
5804
|
"stableId": "express:express.RoutingHost\u00601::use(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5817
5805
|
"clrName": "use",
|
|
5818
|
-
"metadataToken":
|
|
5806
|
+
"metadataToken": 100663859,
|
|
5819
5807
|
"canonicalSignature": "(System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5820
5808
|
"normalizedSignature": "use|(System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5821
5809
|
"emitScope": "ClassSurface",
|
|
@@ -5835,7 +5823,7 @@
|
|
|
5835
5823
|
{
|
|
5836
5824
|
"stableId": "express:express.RoutingHost\u00601::useError(express.ErrorRequestHandler,express.ErrorRequestHandler[]):TSelf",
|
|
5837
5825
|
"clrName": "useError",
|
|
5838
|
-
"metadataToken":
|
|
5826
|
+
"metadataToken": 100663860,
|
|
5839
5827
|
"canonicalSignature": "(express.ErrorRequestHandler,express.ErrorRequestHandler[]):TSelf",
|
|
5840
5828
|
"normalizedSignature": "useError|(express.ErrorRequestHandler,express.ErrorRequestHandler[]):TSelf|static=false",
|
|
5841
5829
|
"emitScope": "ClassSurface",
|
|
@@ -5855,7 +5843,7 @@
|
|
|
5855
5843
|
{
|
|
5856
5844
|
"stableId": "express:express.RoutingHost\u00601::useError(System.String,express.ErrorRequestHandler,express.ErrorRequestHandler[]):TSelf",
|
|
5857
5845
|
"clrName": "useError",
|
|
5858
|
-
"metadataToken":
|
|
5846
|
+
"metadataToken": 100663861,
|
|
5859
5847
|
"canonicalSignature": "(System.String,express.ErrorRequestHandler,express.ErrorRequestHandler[]):TSelf",
|
|
5860
5848
|
"normalizedSignature": "useError|(System.String,express.ErrorRequestHandler,express.ErrorRequestHandler[]):TSelf|static=false",
|
|
5861
5849
|
"emitScope": "ClassSurface",
|
|
@@ -5875,7 +5863,7 @@
|
|
|
5875
5863
|
{
|
|
5876
5864
|
"stableId": "express:express.RoutingHost\u00601::route(System.String):express.Route",
|
|
5877
5865
|
"clrName": "route",
|
|
5878
|
-
"metadataToken":
|
|
5866
|
+
"metadataToken": 100663862,
|
|
5879
5867
|
"canonicalSignature": "(System.String):express.Route",
|
|
5880
5868
|
"normalizedSignature": "route|(System.String):express.Route|static=false",
|
|
5881
5869
|
"emitScope": "ClassSurface",
|
|
@@ -5895,7 +5883,7 @@
|
|
|
5895
5883
|
{
|
|
5896
5884
|
"stableId": "express:express.RoutingHost\u00601::method(System.String,System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5897
5885
|
"clrName": "method",
|
|
5898
|
-
"metadataToken":
|
|
5886
|
+
"metadataToken": 100663863,
|
|
5899
5887
|
"canonicalSignature": "(System.String,System.String,express.RequestHandler,express.RequestHandler[]):TSelf",
|
|
5900
5888
|
"normalizedSignature": "method|(System.String,System.String,express.RequestHandler,express.RequestHandler[]):TSelf|static=false",
|
|
5901
5889
|
"emitScope": "ClassSurface",
|
|
@@ -5915,7 +5903,7 @@
|
|
|
5915
5903
|
{
|
|
5916
5904
|
"stableId": "express:express.RoutingHost\u00601::param(System.String,express.ParamHandler):TSelf",
|
|
5917
5905
|
"clrName": "param",
|
|
5918
|
-
"metadataToken":
|
|
5906
|
+
"metadataToken": 100663889,
|
|
5919
5907
|
"canonicalSignature": "(System.String,express.ParamHandler):TSelf",
|
|
5920
5908
|
"normalizedSignature": "param|(System.String,express.ParamHandler):TSelf|static=false",
|
|
5921
5909
|
"emitScope": "ClassSurface",
|
|
@@ -5959,7 +5947,7 @@
|
|
|
5959
5947
|
"constructors": [
|
|
5960
5948
|
{
|
|
5961
5949
|
"stableId": "express:express.RoutingHost\u00601::.ctor():void",
|
|
5962
|
-
"metadataToken":
|
|
5950
|
+
"metadataToken": 100663893,
|
|
5963
5951
|
"canonicalSignature": "():void",
|
|
5964
5952
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5965
5953
|
"isStatic": false,
|
|
@@ -6145,7 +6133,7 @@
|
|
|
6145
6133
|
"constructors": [
|
|
6146
6134
|
{
|
|
6147
6135
|
"stableId": "express:express.SendFileOptions::.ctor():void",
|
|
6148
|
-
"metadataToken":
|
|
6136
|
+
"metadataToken": 100663519,
|
|
6149
6137
|
"canonicalSignature": "():void",
|
|
6150
6138
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6151
6139
|
"isStatic": false,
|
|
@@ -6407,7 +6395,7 @@
|
|
|
6407
6395
|
"constructors": [
|
|
6408
6396
|
{
|
|
6409
6397
|
"stableId": "express:express.StaticOptions::.ctor():void",
|
|
6410
|
-
"metadataToken":
|
|
6398
|
+
"metadataToken": 100663502,
|
|
6411
6399
|
"canonicalSignature": "():void",
|
|
6412
6400
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6413
6401
|
"isStatic": false,
|
|
@@ -6536,7 +6524,7 @@
|
|
|
6536
6524
|
"constructors": [
|
|
6537
6525
|
{
|
|
6538
6526
|
"stableId": "express:express.TextOptions::.ctor():void",
|
|
6539
|
-
"metadataToken":
|
|
6527
|
+
"metadataToken": 100663433,
|
|
6540
6528
|
"canonicalSignature": "():void",
|
|
6541
6529
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6542
6530
|
"isStatic": false,
|
|
@@ -6564,11 +6552,11 @@
|
|
|
6564
6552
|
},
|
|
6565
6553
|
"methods": [
|
|
6566
6554
|
{
|
|
6567
|
-
"stableId": "express:express.UploadedFile::
|
|
6568
|
-
"clrName": "
|
|
6569
|
-
"metadataToken":
|
|
6570
|
-
"canonicalSignature": "():System.
|
|
6571
|
-
"normalizedSignature": "
|
|
6555
|
+
"stableId": "express:express.UploadedFile::bytes():System.Threading.Tasks.Task_1[[Tsonic.JSRuntime.Uint8Array,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]",
|
|
6556
|
+
"clrName": "bytes",
|
|
6557
|
+
"metadataToken": 100663691,
|
|
6558
|
+
"canonicalSignature": "():System.Threading.Tasks.Task_1[[Tsonic.JSRuntime.Uint8Array,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]",
|
|
6559
|
+
"normalizedSignature": "bytes|():System.Threading.Tasks.Task_1[[Tsonic.JSRuntime.Uint8Array,Tsonic.JSRuntime,Version=0.0.6.0,Culture=neutral,PublicKeyToken=null]]|static=false",
|
|
6572
6560
|
"emitScope": "ClassSurface",
|
|
6573
6561
|
"provenance": "Original",
|
|
6574
6562
|
"arity": 0,
|
|
@@ -6584,15 +6572,15 @@
|
|
|
6584
6572
|
"isExtensionMethod": false
|
|
6585
6573
|
},
|
|
6586
6574
|
{
|
|
6587
|
-
"stableId": "express:express.UploadedFile::
|
|
6588
|
-
"clrName": "
|
|
6589
|
-
"metadataToken":
|
|
6590
|
-
"canonicalSignature": "(
|
|
6591
|
-
"normalizedSignature": "
|
|
6575
|
+
"stableId": "express:express.UploadedFile::text():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6576
|
+
"clrName": "text",
|
|
6577
|
+
"metadataToken": 100663692,
|
|
6578
|
+
"canonicalSignature": "():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
6579
|
+
"normalizedSignature": "text|():System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
6592
6580
|
"emitScope": "ClassSurface",
|
|
6593
6581
|
"provenance": "Original",
|
|
6594
6582
|
"arity": 0,
|
|
6595
|
-
"parameterCount":
|
|
6583
|
+
"parameterCount": 0,
|
|
6596
6584
|
"isStatic": false,
|
|
6597
6585
|
"isAbstract": false,
|
|
6598
6586
|
"isVirtual": false,
|
|
@@ -6606,7 +6594,7 @@
|
|
|
6606
6594
|
{
|
|
6607
6595
|
"stableId": "express:express.UploadedFile::save(System.String):System.Threading.Tasks.Task",
|
|
6608
6596
|
"clrName": "save",
|
|
6609
|
-
"metadataToken":
|
|
6597
|
+
"metadataToken": 100663693,
|
|
6610
6598
|
"canonicalSignature": "(System.String):System.Threading.Tasks.Task",
|
|
6611
6599
|
"normalizedSignature": "save|(System.String):System.Threading.Tasks.Task|static=false",
|
|
6612
6600
|
"emitScope": "ClassSurface",
|
|
@@ -6683,11 +6671,11 @@
|
|
|
6683
6671
|
"declaringAssemblyName": "express"
|
|
6684
6672
|
},
|
|
6685
6673
|
{
|
|
6686
|
-
"stableId": "express:express.UploadedFile::size:System.
|
|
6674
|
+
"stableId": "express:express.UploadedFile::size:System.Double",
|
|
6687
6675
|
"clrName": "size",
|
|
6688
6676
|
"metadataToken": 385876094,
|
|
6689
|
-
"canonicalSignature": ":System.
|
|
6690
|
-
"normalizedSignature": "size|:System.
|
|
6677
|
+
"canonicalSignature": ":System.Double",
|
|
6678
|
+
"normalizedSignature": "size|:System.Double|static=false|accessor=get",
|
|
6691
6679
|
"emitScope": "ClassSurface",
|
|
6692
6680
|
"provenance": "Original",
|
|
6693
6681
|
"isIndexer": false,
|
|
@@ -6781,11 +6769,11 @@
|
|
|
6781
6769
|
"declaringAssemblyName": "express"
|
|
6782
6770
|
},
|
|
6783
6771
|
{
|
|
6784
|
-
"stableId": "express:express.UrlEncodedOptions::parameterLimit:System.
|
|
6772
|
+
"stableId": "express:express.UrlEncodedOptions::parameterLimit:System.Double",
|
|
6785
6773
|
"clrName": "parameterLimit",
|
|
6786
6774
|
"metadataToken": 385875997,
|
|
6787
|
-
"canonicalSignature": ":System.
|
|
6788
|
-
"normalizedSignature": "parameterLimit|:System.
|
|
6775
|
+
"canonicalSignature": ":System.Double",
|
|
6776
|
+
"normalizedSignature": "parameterLimit|:System.Double|static=false|accessor=getset",
|
|
6789
6777
|
"emitScope": "ClassSurface",
|
|
6790
6778
|
"provenance": "Original",
|
|
6791
6779
|
"isIndexer": false,
|
|
@@ -6838,11 +6826,11 @@
|
|
|
6838
6826
|
"declaringAssemblyName": "express"
|
|
6839
6827
|
},
|
|
6840
6828
|
{
|
|
6841
|
-
"stableId": "express:express.UrlEncodedOptions::depth:System.
|
|
6829
|
+
"stableId": "express:express.UrlEncodedOptions::depth:System.Double",
|
|
6842
6830
|
"clrName": "depth",
|
|
6843
6831
|
"metadataToken": 385876000,
|
|
6844
|
-
"canonicalSignature": ":System.
|
|
6845
|
-
"normalizedSignature": "depth|:System.
|
|
6832
|
+
"canonicalSignature": ":System.Double",
|
|
6833
|
+
"normalizedSignature": "depth|:System.Double|static=false|accessor=getset",
|
|
6846
6834
|
"emitScope": "ClassSurface",
|
|
6847
6835
|
"provenance": "Original",
|
|
6848
6836
|
"isIndexer": false,
|
|
@@ -6862,7 +6850,7 @@
|
|
|
6862
6850
|
"constructors": [
|
|
6863
6851
|
{
|
|
6864
6852
|
"stableId": "express:express.UrlEncodedOptions::.ctor():void",
|
|
6865
|
-
"metadataToken":
|
|
6853
|
+
"metadataToken": 100663448,
|
|
6866
6854
|
"canonicalSignature": "():void",
|
|
6867
6855
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6868
6856
|
"isStatic": false,
|
|
@@ -6892,7 +6880,7 @@
|
|
|
6892
6880
|
{
|
|
6893
6881
|
"stableId": "express:express.express::create():express.Application",
|
|
6894
6882
|
"clrName": "create",
|
|
6895
|
-
"metadataToken":
|
|
6883
|
+
"metadataToken": 100663584,
|
|
6896
6884
|
"canonicalSignature": "():express.Application",
|
|
6897
6885
|
"normalizedSignature": "create|():express.Application|static=true",
|
|
6898
6886
|
"emitScope": "ClassSurface",
|
|
@@ -6912,7 +6900,7 @@
|
|
|
6912
6900
|
{
|
|
6913
6901
|
"stableId": "express:express.express::application():express.Application",
|
|
6914
6902
|
"clrName": "application",
|
|
6915
|
-
"metadataToken":
|
|
6903
|
+
"metadataToken": 100663585,
|
|
6916
6904
|
"canonicalSignature": "():express.Application",
|
|
6917
6905
|
"normalizedSignature": "application|():express.Application|static=true",
|
|
6918
6906
|
"emitScope": "ClassSurface",
|
|
@@ -6932,7 +6920,7 @@
|
|
|
6932
6920
|
{
|
|
6933
6921
|
"stableId": "express:express.express::app():express.Application",
|
|
6934
6922
|
"clrName": "app",
|
|
6935
|
-
"metadataToken":
|
|
6923
|
+
"metadataToken": 100663586,
|
|
6936
6924
|
"canonicalSignature": "():express.Application",
|
|
6937
6925
|
"normalizedSignature": "app|():express.Application|static=true",
|
|
6938
6926
|
"emitScope": "ClassSurface",
|
|
@@ -6952,7 +6940,7 @@
|
|
|
6952
6940
|
{
|
|
6953
6941
|
"stableId": "express:express.express::cookieParser(System.String):express.RequestHandler",
|
|
6954
6942
|
"clrName": "cookieParser",
|
|
6955
|
-
"metadataToken":
|
|
6943
|
+
"metadataToken": 100663587,
|
|
6956
6944
|
"canonicalSignature": "(System.String):express.RequestHandler",
|
|
6957
6945
|
"normalizedSignature": "cookieParser|(System.String):express.RequestHandler|static=true",
|
|
6958
6946
|
"emitScope": "ClassSurface",
|
|
@@ -6972,7 +6960,7 @@
|
|
|
6972
6960
|
{
|
|
6973
6961
|
"stableId": "express:express.express::cors(express.CorsOptions):express.RequestHandler",
|
|
6974
6962
|
"clrName": "cors",
|
|
6975
|
-
"metadataToken":
|
|
6963
|
+
"metadataToken": 100663588,
|
|
6976
6964
|
"canonicalSignature": "(express.CorsOptions):express.RequestHandler",
|
|
6977
6965
|
"normalizedSignature": "cors|(express.CorsOptions):express.RequestHandler|static=true",
|
|
6978
6966
|
"emitScope": "ClassSurface",
|
|
@@ -6992,7 +6980,7 @@
|
|
|
6992
6980
|
{
|
|
6993
6981
|
"stableId": "express:express.express::json(express.JsonOptions):express.RequestHandler",
|
|
6994
6982
|
"clrName": "json",
|
|
6995
|
-
"metadataToken":
|
|
6983
|
+
"metadataToken": 100663589,
|
|
6996
6984
|
"canonicalSignature": "(express.JsonOptions):express.RequestHandler",
|
|
6997
6985
|
"normalizedSignature": "json|(express.JsonOptions):express.RequestHandler|static=true",
|
|
6998
6986
|
"emitScope": "ClassSurface",
|
|
@@ -7012,7 +7000,7 @@
|
|
|
7012
7000
|
{
|
|
7013
7001
|
"stableId": "express:express.express::raw(express.RawOptions):express.RequestHandler",
|
|
7014
7002
|
"clrName": "raw",
|
|
7015
|
-
"metadataToken":
|
|
7003
|
+
"metadataToken": 100663590,
|
|
7016
7004
|
"canonicalSignature": "(express.RawOptions):express.RequestHandler",
|
|
7017
7005
|
"normalizedSignature": "raw|(express.RawOptions):express.RequestHandler|static=true",
|
|
7018
7006
|
"emitScope": "ClassSurface",
|
|
@@ -7032,7 +7020,7 @@
|
|
|
7032
7020
|
{
|
|
7033
7021
|
"stableId": "express:express.express::Router(express.RouterOptions):express.Router",
|
|
7034
7022
|
"clrName": "Router",
|
|
7035
|
-
"metadataToken":
|
|
7023
|
+
"metadataToken": 100663591,
|
|
7036
7024
|
"canonicalSignature": "(express.RouterOptions):express.Router",
|
|
7037
7025
|
"normalizedSignature": "Router|(express.RouterOptions):express.Router|static=true",
|
|
7038
7026
|
"emitScope": "ClassSurface",
|
|
@@ -7052,7 +7040,7 @@
|
|
|
7052
7040
|
{
|
|
7053
7041
|
"stableId": "express:express.express::multipart(express.MultipartOptions):express.Multipart",
|
|
7054
7042
|
"clrName": "multipart",
|
|
7055
|
-
"metadataToken":
|
|
7043
|
+
"metadataToken": 100663592,
|
|
7056
7044
|
"canonicalSignature": "(express.MultipartOptions):express.Multipart",
|
|
7057
7045
|
"normalizedSignature": "multipart|(express.MultipartOptions):express.Multipart|static=true",
|
|
7058
7046
|
"emitScope": "ClassSurface",
|
|
@@ -7072,7 +7060,7 @@
|
|
|
7072
7060
|
{
|
|
7073
7061
|
"stableId": "express:express.express::static(System.String,express.StaticOptions):express.RequestHandler",
|
|
7074
7062
|
"clrName": "static",
|
|
7075
|
-
"metadataToken":
|
|
7063
|
+
"metadataToken": 100663593,
|
|
7076
7064
|
"canonicalSignature": "(System.String,express.StaticOptions):express.RequestHandler",
|
|
7077
7065
|
"normalizedSignature": "static|(System.String,express.StaticOptions):express.RequestHandler|static=true",
|
|
7078
7066
|
"emitScope": "ClassSurface",
|
|
@@ -7092,7 +7080,7 @@
|
|
|
7092
7080
|
{
|
|
7093
7081
|
"stableId": "express:express.express::text(express.TextOptions):express.RequestHandler",
|
|
7094
7082
|
"clrName": "text",
|
|
7095
|
-
"metadataToken":
|
|
7083
|
+
"metadataToken": 100663594,
|
|
7096
7084
|
"canonicalSignature": "(express.TextOptions):express.RequestHandler",
|
|
7097
7085
|
"normalizedSignature": "text|(express.TextOptions):express.RequestHandler|static=true",
|
|
7098
7086
|
"emitScope": "ClassSurface",
|
|
@@ -7112,7 +7100,7 @@
|
|
|
7112
7100
|
{
|
|
7113
7101
|
"stableId": "express:express.express::urlencoded(express.UrlEncodedOptions):express.RequestHandler",
|
|
7114
7102
|
"clrName": "urlencoded",
|
|
7115
|
-
"metadataToken":
|
|
7103
|
+
"metadataToken": 100663595,
|
|
7116
7104
|
"canonicalSignature": "(express.UrlEncodedOptions):express.RequestHandler",
|
|
7117
7105
|
"normalizedSignature": "urlencoded|(express.UrlEncodedOptions):express.RequestHandler|static=true",
|
|
7118
7106
|
"emitScope": "ClassSurface",
|