@effect/platform 0.18.7 → 0.19.0
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/Command/dist/effect-platform-Command.cjs.dev.js +419 -26
- package/Command/dist/effect-platform-Command.cjs.prod.js +419 -26
- package/Command/dist/effect-platform-Command.esm.js +382 -9
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.dev.js +72 -7
- package/CommandExecutor/dist/effect-platform-CommandExecutor.cjs.prod.js +72 -7
- package/CommandExecutor/dist/effect-platform-CommandExecutor.esm.js +71 -2
- package/Effectify/dist/effect-platform-Effectify.cjs.dev.js +55 -3
- package/Effectify/dist/effect-platform-Effectify.cjs.prod.js +55 -3
- package/Effectify/dist/effect-platform-Effectify.esm.js +38 -2
- package/Error/dist/effect-platform-Error.cjs.dev.js +87 -5
- package/Error/dist/effect-platform-Error.cjs.prod.js +87 -5
- package/Error/dist/effect-platform-Error.esm.js +68 -2
- package/FileSystem/dist/effect-platform-FileSystem.cjs.dev.js +287 -20
- package/FileSystem/dist/effect-platform-FileSystem.cjs.prod.js +287 -20
- package/FileSystem/dist/effect-platform-FileSystem.esm.js +256 -9
- package/Http/App/dist/effect-platform-Http-App.cjs.dev.js +15 -0
- package/Http/App/dist/effect-platform-Http-App.cjs.mjs +6 -1
- package/Http/App/dist/effect-platform-Http-App.cjs.prod.js +15 -0
- package/Http/App/dist/effect-platform-Http-App.esm.js +6 -1
- package/Http/Body/dist/effect-platform-Http-Body.cjs.dev.js +4 -4
- package/Http/Body/dist/effect-platform-Http-Body.cjs.prod.js +4 -4
- package/Http/Body/dist/effect-platform-Http-Body.esm.js +4 -4
- package/Http/Client/dist/effect-platform-Http-Client.cjs.dev.js +6 -6
- package/Http/Client/dist/effect-platform-Http-Client.cjs.prod.js +6 -6
- package/Http/Client/dist/effect-platform-Http-Client.esm.js +6 -6
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.dev.js +5 -5
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.cjs.prod.js +5 -5
- package/Http/ClientRequest/dist/effect-platform-Http-ClientRequest.esm.js +5 -5
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.dev.js +4 -4
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.cjs.prod.js +4 -4
- package/Http/ClientResponse/dist/effect-platform-Http-ClientResponse.esm.js +4 -4
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.dev.js +3 -3
- package/Http/FormData/dist/effect-platform-Http-FormData.cjs.prod.js +3 -3
- package/Http/FormData/dist/effect-platform-Http-FormData.esm.js +3 -3
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.dev.js +2 -2
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.cjs.prod.js +2 -2
- package/Http/IncomingMessage/dist/effect-platform-Http-IncomingMessage.esm.js +2 -2
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.dev.js +11 -11
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.mjs +0 -1
- package/Http/Middleware/dist/effect-platform-Http-Middleware.cjs.prod.js +11 -11
- package/Http/Middleware/dist/effect-platform-Http-Middleware.esm.js +11 -10
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.dev.js +3 -3
- package/Http/Platform/dist/effect-platform-Http-Platform.cjs.prod.js +3 -3
- package/Http/Platform/dist/effect-platform-Http-Platform.esm.js +2 -2
- package/Http/Router/dist/effect-platform-Http-Router.cjs.dev.js +5 -5
- package/Http/Router/dist/effect-platform-Http-Router.cjs.prod.js +5 -5
- package/Http/Router/dist/effect-platform-Http-Router.esm.js +5 -5
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.dev.js +4 -4
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.cjs.prod.js +4 -4
- package/Http/ServerRequest/dist/effect-platform-Http-ServerRequest.esm.js +4 -4
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.dev.js +4 -4
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.cjs.prod.js +4 -4
- package/Http/ServerResponse/dist/effect-platform-Http-ServerResponse.esm.js +4 -4
- package/HttpClient/dist/effect-platform-HttpClient.cjs.dev.js +9 -9
- package/HttpClient/dist/effect-platform-HttpClient.cjs.prod.js +9 -9
- package/HttpClient/dist/effect-platform-HttpClient.esm.js +9 -9
- package/HttpServer/dist/effect-platform-HttpServer.cjs.dev.js +15 -15
- package/HttpServer/dist/effect-platform-HttpServer.cjs.prod.js +15 -15
- package/HttpServer/dist/effect-platform-HttpServer.esm.js +15 -15
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.dev.js +227 -18
- package/KeyValueStore/dist/effect-platform-KeyValueStore.cjs.prod.js +227 -18
- package/KeyValueStore/dist/effect-platform-KeyValueStore.esm.js +199 -10
- package/Path/dist/effect-platform-Path.cjs.dev.js +142 -9
- package/Path/dist/effect-platform-Path.cjs.prod.js +142 -9
- package/Path/dist/effect-platform-Path.esm.js +122 -7
- package/Runtime/dist/effect-platform-Runtime.cjs.dev.js +44 -4
- package/Runtime/dist/effect-platform-Runtime.cjs.prod.js +44 -4
- package/Runtime/dist/effect-platform-Runtime.esm.js +26 -3
- package/dist/App-18152f12.cjs.dev.js +93 -0
- package/dist/App-1ca51fa7.esm.js +65 -0
- package/dist/App-d8b904fa.cjs.prod.js +93 -0
- package/dist/{Body-ec1353f9.esm.js → Body-40ced606.esm.js} +1 -1
- package/dist/{Body-86ef2922.cjs.dev.js → Body-4a7ad057.cjs.dev.js} +1 -1
- package/dist/{Body-b77eac75.cjs.prod.js → Body-c26fa93f.cjs.prod.js} +1 -1
- package/dist/{Client-537f76ae.cjs.prod.js → Client-03fea3d9.cjs.prod.js} +3 -3
- package/dist/{Client-cdbd4ff7.esm.js → Client-55ef15d5.esm.js} +3 -3
- package/dist/{Client-0fbb38ab.cjs.dev.js → Client-c05eadcd.cjs.dev.js} +3 -3
- package/dist/{ClientRequest-fc429335.esm.js → ClientRequest-490c76cd.esm.js} +1 -1
- package/dist/{ClientRequest-750d8d59.cjs.prod.js → ClientRequest-a729f345.cjs.prod.js} +1 -1
- package/dist/{ClientRequest-00e89da8.cjs.dev.js → ClientRequest-c5336a28.cjs.dev.js} +1 -1
- package/dist/{ClientResponse-7e4fe7b5.esm.js → ClientResponse-6e84da40.esm.js} +1 -1
- package/dist/{ClientResponse-f9f19afb.cjs.prod.js → ClientResponse-c19fd519.cjs.prod.js} +1 -1
- package/dist/{ClientResponse-75423399.cjs.dev.js → ClientResponse-df62564e.cjs.dev.js} +1 -1
- package/dist/{FormData-ee0b1cf2.cjs.dev.js → FormData-6d030595.cjs.prod.js} +1 -1
- package/dist/{FormData-902afd18.cjs.prod.js → FormData-7ea13198.cjs.dev.js} +1 -1
- package/dist/{FormData-f54de878.esm.js → FormData-bd727d2f.esm.js} +1 -1
- package/dist/{Middleware-f9a073d7.cjs.prod.js → Middleware-6de1c21d.cjs.prod.js} +14 -20
- package/dist/{Middleware-e2edf820.cjs.dev.js → Middleware-b1d126b4.cjs.dev.js} +14 -20
- package/dist/{Middleware-240f91f6.esm.js → Middleware-d38ef616.esm.js} +15 -20
- package/dist/{Router-bf32317a.esm.js → Router-2ee665b4.esm.js} +2 -2
- package/dist/{Router-bd2b3014.cjs.dev.js → Router-43e62bd9.cjs.dev.js} +2 -2
- package/dist/{Router-6c80a4c9.cjs.prod.js → Router-53ec1aea.cjs.prod.js} +2 -2
- package/dist/{ServerRequest-03161edc.esm.js → ServerRequest-a641c507.esm.js} +1 -1
- package/dist/{ServerRequest-8d9c2c6b.cjs.dev.js → ServerRequest-cb289dae.cjs.dev.js} +1 -1
- package/dist/{ServerRequest-938f3ed0.cjs.prod.js → ServerRequest-ec4da01b.cjs.prod.js} +1 -1
- package/dist/{ServerResponse-93038062.esm.js → ServerResponse-03c252ea.esm.js} +2 -2
- package/dist/{ServerResponse-b63b7192.cjs.dev.js → ServerResponse-9af42ecb.cjs.dev.js} +2 -2
- package/dist/{ServerResponse-eae85b08.cjs.prod.js → ServerResponse-db87bde2.cjs.prod.js} +2 -2
- package/dist/{body-33521da5.cjs.prod.js → body-95276637.cjs.prod.js} +3 -3
- package/dist/{body-c7d7a944.cjs.dev.js → body-cea7c1c9.cjs.dev.js} +3 -3
- package/dist/{body-20d78ec1.esm.js → body-db8cfb3d.esm.js} +1 -1
- package/dist/{clientRequest-3e72ec54.cjs.prod.js → clientRequest-539df396.cjs.prod.js} +1 -1
- package/dist/{clientRequest-1e9e0b0d.esm.js → clientRequest-6121a7f6.esm.js} +1 -1
- package/dist/{clientRequest-423fd562.cjs.dev.js → clientRequest-dae0c34e.cjs.dev.js} +1 -1
- package/dist/declarations/src/Http/App.d.ts +28 -1
- package/dist/declarations/src/Http/App.d.ts.map +1 -1
- package/dist/declarations/src/Http/Middleware.d.ts +0 -5
- package/dist/declarations/src/Http/Middleware.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/effect-platform.cjs.dev.js +49 -68
- package/dist/effect-platform.cjs.prod.js +49 -68
- package/dist/effect-platform.esm.js +20 -58
- package/package.json +8 -5
- package/src/Http/App.ts +76 -3
- package/src/Http/Middleware.ts +0 -6
- package/src/index.ts +10 -10
- package/src/internal/http/middleware.ts +21 -19
- package/src/internal/http/router.ts +1 -1
- package/src/internal/http/serverResponse.ts +1 -1
- package/dist/App-0916639a.cjs.prod.js +0 -7
- package/dist/App-44aa3275.cjs.dev.js +0 -7
- package/dist/App-687366d8.esm.js +0 -5
- package/dist/Command-032c414c.cjs.dev.js +0 -446
- package/dist/Command-25ef5e94.cjs.prod.js +0 -446
- package/dist/Command-d8ab0c8d.esm.js +0 -403
- package/dist/CommandExecutor-158ea1d3.cjs.dev.js +0 -87
- package/dist/CommandExecutor-5807b66b.esm.js +0 -80
- package/dist/CommandExecutor-7fcae408.cjs.prod.js +0 -87
- package/dist/Effectify-2d8c3af9.cjs.dev.js +0 -66
- package/dist/Effectify-38757ba5.cjs.prod.js +0 -66
- package/dist/Effectify-e5a9d266.esm.js +0 -43
- package/dist/Error-09496a70.cjs.dev.js +0 -100
- package/dist/Error-2c4e6ce2.cjs.prod.js +0 -100
- package/dist/Error-3099667c.esm.js +0 -75
- package/dist/FileSystem-3d439a05.cjs.prod.js +0 -308
- package/dist/FileSystem-4c7daaf0.cjs.dev.js +0 -308
- package/dist/FileSystem-7e31dccd.esm.js +0 -271
- package/dist/HttpClient-44d9df26.cjs.prod.js +0 -26
- package/dist/HttpClient-5179b5b7.esm.js +0 -24
- package/dist/HttpClient-6782fcab.cjs.dev.js +0 -26
- package/dist/HttpServer-16159c3a.cjs.dev.js +0 -32
- package/dist/HttpServer-50f8df76.esm.js +0 -30
- package/dist/HttpServer-93c0fbb3.cjs.prod.js +0 -32
- package/dist/KeyValueStore-2f9a70bf.esm.js +0 -210
- package/dist/KeyValueStore-f6c5b981.cjs.prod.js +0 -244
- package/dist/KeyValueStore-f9c93610.cjs.dev.js +0 -244
- package/dist/Path-3574641f.cjs.prod.js +0 -154
- package/dist/Path-46f84ba7.esm.js +0 -128
- package/dist/Path-7ba7e370.cjs.dev.js +0 -154
- package/dist/Runtime-1edd577a.cjs.dev.js +0 -55
- package/dist/Runtime-515efccf.cjs.prod.js +0 -55
- package/dist/Runtime-7265fb98.esm.js +0 -31
- /package/dist/{clientResponse-47df36b8.esm.js → clientResponse-0ace0007.esm.js} +0 -0
- /package/dist/{clientResponse-2e4c45a9.cjs.dev.js → clientResponse-43bb73b9.cjs.dev.js} +0 -0
- /package/dist/{clientResponse-4d53f425.cjs.prod.js → clientResponse-82dae5d8.cjs.prod.js} +0 -0
|
@@ -1,308 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var Brand = require('effect/Brand');
|
|
4
|
-
var Context = require('effect/Context');
|
|
5
|
-
var Effect = require('effect/Effect');
|
|
6
|
-
var Function = require('effect/Function');
|
|
7
|
-
var Option = require('effect/Option');
|
|
8
|
-
var Sink = require('effect/Sink');
|
|
9
|
-
var Stream = require('effect/Stream');
|
|
10
|
-
var Error_dist_effectPlatformError = require('./Error-09496a70.cjs.dev.js');
|
|
11
|
-
|
|
12
|
-
function _interopNamespace(e) {
|
|
13
|
-
if (e && e.__esModule) return e;
|
|
14
|
-
var n = Object.create(null);
|
|
15
|
-
if (e) {
|
|
16
|
-
Object.keys(e).forEach(function (k) {
|
|
17
|
-
if (k !== 'default') {
|
|
18
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
19
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () { return e[k]; }
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
n["default"] = e;
|
|
27
|
-
return Object.freeze(n);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
var Brand__namespace = /*#__PURE__*/_interopNamespace(Brand);
|
|
31
|
-
var Effect__namespace = /*#__PURE__*/_interopNamespace(Effect);
|
|
32
|
-
var Option__namespace = /*#__PURE__*/_interopNamespace(Option);
|
|
33
|
-
var Sink__namespace = /*#__PURE__*/_interopNamespace(Sink);
|
|
34
|
-
var Stream__namespace = /*#__PURE__*/_interopNamespace(Stream);
|
|
35
|
-
|
|
36
|
-
/** @internal */
|
|
37
|
-
const tag = /*#__PURE__*/Context.Tag("@effect/platform/FileSystem");
|
|
38
|
-
|
|
39
|
-
/** @internal */
|
|
40
|
-
const Size$1 = bytes => typeof bytes === "bigint" ? bytes : BigInt(bytes);
|
|
41
|
-
|
|
42
|
-
/** @internal */
|
|
43
|
-
const KiB$1 = n => Size$1(n * 1024);
|
|
44
|
-
|
|
45
|
-
/** @internal */
|
|
46
|
-
const MiB$1 = n => Size$1(n * 1024 * 1024);
|
|
47
|
-
|
|
48
|
-
/** @internal */
|
|
49
|
-
const GiB$1 = n => Size$1(n * 1024 * 1024 * 1024);
|
|
50
|
-
|
|
51
|
-
/** @internal */
|
|
52
|
-
const TiB$1 = n => Size$1(n * 1024 * 1024 * 1024 * 1024);
|
|
53
|
-
const bigint1024 = /*#__PURE__*/BigInt(1024);
|
|
54
|
-
const bigintPiB = bigint1024 * bigint1024 * bigint1024 * bigint1024 * bigint1024;
|
|
55
|
-
|
|
56
|
-
/** @internal */
|
|
57
|
-
const PiB$1 = n => Size$1(BigInt(n) * bigintPiB);
|
|
58
|
-
|
|
59
|
-
/** @internal */
|
|
60
|
-
const make$1 = impl => {
|
|
61
|
-
return tag.of({
|
|
62
|
-
...impl,
|
|
63
|
-
exists: path => Function.pipe(impl.access(path), Effect__namespace.as(true), Effect__namespace.catchTag("SystemError", e => e.reason === "NotFound" ? Effect__namespace.succeed(false) : Effect__namespace.fail(e))),
|
|
64
|
-
readFileString: (path, encoding) => Effect__namespace.tryMap(impl.readFile(path), {
|
|
65
|
-
try: _ => new TextDecoder(encoding).decode(_),
|
|
66
|
-
catch: () => Error_dist_effectPlatformError.BadArgument({
|
|
67
|
-
module: "FileSystem",
|
|
68
|
-
method: "readFileString",
|
|
69
|
-
message: "invalid encoding"
|
|
70
|
-
})
|
|
71
|
-
}),
|
|
72
|
-
stream: (path, options) => Function.pipe(impl.open(path, {
|
|
73
|
-
flag: "r"
|
|
74
|
-
}), options?.offset ? Effect__namespace.tap(file => file.seek(options.offset, "start")) : Function.identity, Effect__namespace.map(file => stream(file, options)), Stream__namespace.unwrapScoped),
|
|
75
|
-
sink: (path, options) => Function.pipe(impl.open(path, {
|
|
76
|
-
flag: "w",
|
|
77
|
-
...options
|
|
78
|
-
}), Effect__namespace.map(file => Sink__namespace.forEach(_ => file.writeAll(_))), Sink__namespace.unwrapScoped),
|
|
79
|
-
writeFileString: (path, data, options) => Effect__namespace.flatMap(Effect__namespace.try({
|
|
80
|
-
try: () => new TextEncoder().encode(data),
|
|
81
|
-
catch: () => Error_dist_effectPlatformError.BadArgument({
|
|
82
|
-
module: "FileSystem",
|
|
83
|
-
method: "writeFileString",
|
|
84
|
-
message: "could not encode string"
|
|
85
|
-
})
|
|
86
|
-
}), _ => impl.writeFile(path, _, options))
|
|
87
|
-
});
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
/** @internal */
|
|
91
|
-
const stream = (file, {
|
|
92
|
-
bufferSize = 4,
|
|
93
|
-
bytesToRead: bytesToRead_,
|
|
94
|
-
chunkSize: chunkSize_ = Size$1(64 * 1024)
|
|
95
|
-
} = {}) => {
|
|
96
|
-
const bytesToRead = bytesToRead_ !== undefined ? Size$1(bytesToRead_) : undefined;
|
|
97
|
-
const chunkSize = Size$1(chunkSize_);
|
|
98
|
-
return Stream__namespace.bufferChunks(Stream__namespace.unfoldEffect(BigInt(0), totalBytesRead => {
|
|
99
|
-
if (bytesToRead !== undefined && bytesToRead <= totalBytesRead) {
|
|
100
|
-
return Effect__namespace.succeed(Option__namespace.none());
|
|
101
|
-
}
|
|
102
|
-
const toRead = bytesToRead !== undefined && bytesToRead - totalBytesRead < chunkSize ? bytesToRead - totalBytesRead : chunkSize;
|
|
103
|
-
return Effect__namespace.map(file.readAlloc(toRead), Option__namespace.map(buf => [buf, Size$1(totalBytesRead + BigInt(buf.length))]));
|
|
104
|
-
}), {
|
|
105
|
-
capacity: bufferSize
|
|
106
|
-
});
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* @since 1.0.0
|
|
111
|
-
*/
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* @since 1.0.0
|
|
115
|
-
* @category model
|
|
116
|
-
*/
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* Represents a size in bytes.
|
|
120
|
-
*
|
|
121
|
-
* @since 1.0.0
|
|
122
|
-
* @category sizes
|
|
123
|
-
*/
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* Represents a size in bytes.
|
|
127
|
-
*
|
|
128
|
-
* @since 1.0.0
|
|
129
|
-
* @category sizes
|
|
130
|
-
*/
|
|
131
|
-
|
|
132
|
-
/**
|
|
133
|
-
* @since 1.0.0
|
|
134
|
-
* @category sizes
|
|
135
|
-
*/
|
|
136
|
-
const Size = Size$1;
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* @since 1.0.0
|
|
140
|
-
* @category sizes
|
|
141
|
-
*/
|
|
142
|
-
const KiB = KiB$1;
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* @since 1.0.0
|
|
146
|
-
* @category sizes
|
|
147
|
-
*/
|
|
148
|
-
const MiB = MiB$1;
|
|
149
|
-
|
|
150
|
-
/**
|
|
151
|
-
* @since 1.0.0
|
|
152
|
-
* @category sizes
|
|
153
|
-
*/
|
|
154
|
-
const GiB = GiB$1;
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* @since 1.0.0
|
|
158
|
-
* @category sizes
|
|
159
|
-
*/
|
|
160
|
-
const TiB = TiB$1;
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* @since 1.0.0
|
|
164
|
-
* @category sizes
|
|
165
|
-
*/
|
|
166
|
-
const PiB = PiB$1;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* @since 1.0.0
|
|
170
|
-
* @category model
|
|
171
|
-
*/
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* @since 1.0.0
|
|
175
|
-
* @category options
|
|
176
|
-
*/
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
* @since 1.0.0
|
|
180
|
-
* @category options
|
|
181
|
-
*/
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* @since 1.0.0
|
|
185
|
-
* @category options
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* @since 1.0.0
|
|
190
|
-
* @category options
|
|
191
|
-
*/
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* @since 1.0.0
|
|
195
|
-
* @category options
|
|
196
|
-
*/
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* @since 1.0.0
|
|
200
|
-
* @category options
|
|
201
|
-
*/
|
|
202
|
-
|
|
203
|
-
/**
|
|
204
|
-
* @since 1.0.0
|
|
205
|
-
* @category options
|
|
206
|
-
*/
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* @since 1.0.0
|
|
210
|
-
* @category options
|
|
211
|
-
*/
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* @since 1.0.0
|
|
215
|
-
* @category options
|
|
216
|
-
*/
|
|
217
|
-
|
|
218
|
-
/**
|
|
219
|
-
* @since 1.0.0
|
|
220
|
-
* @category options
|
|
221
|
-
*/
|
|
222
|
-
|
|
223
|
-
/**
|
|
224
|
-
* @since 1.0.0
|
|
225
|
-
* @category options
|
|
226
|
-
*/
|
|
227
|
-
|
|
228
|
-
/**
|
|
229
|
-
* @since 1.0.0
|
|
230
|
-
* @category options
|
|
231
|
-
*/
|
|
232
|
-
|
|
233
|
-
/**
|
|
234
|
-
* @since 1.0.0
|
|
235
|
-
* @category tag
|
|
236
|
-
*/
|
|
237
|
-
const FileSystem = tag;
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* @since 1.0.0
|
|
241
|
-
* @category constructor
|
|
242
|
-
*/
|
|
243
|
-
const make = make$1;
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* @since 1.0.0
|
|
247
|
-
* @category type id
|
|
248
|
-
*/
|
|
249
|
-
const FileTypeId = /*#__PURE__*/Symbol.for("@effect/platform/FileSystem/File");
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* @since 1.0.0
|
|
253
|
-
* @category type id
|
|
254
|
-
*/
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* @since 1.0.0
|
|
258
|
-
* @category guard
|
|
259
|
-
*/
|
|
260
|
-
const isFile = u => typeof u === "object" && u !== null && FileTypeId in u;
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* @since 1.0.0
|
|
264
|
-
* @category model
|
|
265
|
-
*/
|
|
266
|
-
|
|
267
|
-
/**
|
|
268
|
-
* @since 1.0.0
|
|
269
|
-
*/
|
|
270
|
-
|
|
271
|
-
/**
|
|
272
|
-
* @since 1.0.0
|
|
273
|
-
* @category constructor
|
|
274
|
-
*/
|
|
275
|
-
const FileDescriptor = /*#__PURE__*/Brand__namespace.nominal();
|
|
276
|
-
|
|
277
|
-
/**
|
|
278
|
-
* @since 1.0.0
|
|
279
|
-
* @category model
|
|
280
|
-
*/
|
|
281
|
-
|
|
282
|
-
var FileSystem$1 = /*#__PURE__*/Object.freeze({
|
|
283
|
-
__proto__: null,
|
|
284
|
-
Size: Size,
|
|
285
|
-
KiB: KiB,
|
|
286
|
-
MiB: MiB,
|
|
287
|
-
GiB: GiB,
|
|
288
|
-
TiB: TiB,
|
|
289
|
-
PiB: PiB,
|
|
290
|
-
FileSystem: FileSystem,
|
|
291
|
-
make: make,
|
|
292
|
-
FileTypeId: FileTypeId,
|
|
293
|
-
isFile: isFile,
|
|
294
|
-
FileDescriptor: FileDescriptor
|
|
295
|
-
});
|
|
296
|
-
|
|
297
|
-
exports.FileDescriptor = FileDescriptor;
|
|
298
|
-
exports.FileSystem = FileSystem$1;
|
|
299
|
-
exports.FileSystem$1 = FileSystem;
|
|
300
|
-
exports.FileTypeId = FileTypeId;
|
|
301
|
-
exports.GiB = GiB;
|
|
302
|
-
exports.KiB = KiB;
|
|
303
|
-
exports.MiB = MiB;
|
|
304
|
-
exports.PiB = PiB;
|
|
305
|
-
exports.Size = Size;
|
|
306
|
-
exports.TiB = TiB;
|
|
307
|
-
exports.isFile = isFile;
|
|
308
|
-
exports.make = make;
|
|
@@ -1,271 +0,0 @@
|
|
|
1
|
-
import * as Brand from 'effect/Brand';
|
|
2
|
-
import { Tag } from 'effect/Context';
|
|
3
|
-
import * as Effect from 'effect/Effect';
|
|
4
|
-
import { pipe, identity } from 'effect/Function';
|
|
5
|
-
import * as Option from 'effect/Option';
|
|
6
|
-
import * as Sink from 'effect/Sink';
|
|
7
|
-
import * as Stream from 'effect/Stream';
|
|
8
|
-
import { B as BadArgument } from './Error-3099667c.esm.js';
|
|
9
|
-
|
|
10
|
-
/** @internal */
|
|
11
|
-
const tag = /*#__PURE__*/Tag("@effect/platform/FileSystem");
|
|
12
|
-
|
|
13
|
-
/** @internal */
|
|
14
|
-
const Size$1 = bytes => typeof bytes === "bigint" ? bytes : BigInt(bytes);
|
|
15
|
-
|
|
16
|
-
/** @internal */
|
|
17
|
-
const KiB$1 = n => Size$1(n * 1024);
|
|
18
|
-
|
|
19
|
-
/** @internal */
|
|
20
|
-
const MiB$1 = n => Size$1(n * 1024 * 1024);
|
|
21
|
-
|
|
22
|
-
/** @internal */
|
|
23
|
-
const GiB$1 = n => Size$1(n * 1024 * 1024 * 1024);
|
|
24
|
-
|
|
25
|
-
/** @internal */
|
|
26
|
-
const TiB$1 = n => Size$1(n * 1024 * 1024 * 1024 * 1024);
|
|
27
|
-
const bigint1024 = /*#__PURE__*/BigInt(1024);
|
|
28
|
-
const bigintPiB = bigint1024 * bigint1024 * bigint1024 * bigint1024 * bigint1024;
|
|
29
|
-
|
|
30
|
-
/** @internal */
|
|
31
|
-
const PiB$1 = n => Size$1(BigInt(n) * bigintPiB);
|
|
32
|
-
|
|
33
|
-
/** @internal */
|
|
34
|
-
const make$1 = impl => {
|
|
35
|
-
return tag.of({
|
|
36
|
-
...impl,
|
|
37
|
-
exists: path => pipe(impl.access(path), Effect.as(true), Effect.catchTag("SystemError", e => e.reason === "NotFound" ? Effect.succeed(false) : Effect.fail(e))),
|
|
38
|
-
readFileString: (path, encoding) => Effect.tryMap(impl.readFile(path), {
|
|
39
|
-
try: _ => new TextDecoder(encoding).decode(_),
|
|
40
|
-
catch: () => BadArgument({
|
|
41
|
-
module: "FileSystem",
|
|
42
|
-
method: "readFileString",
|
|
43
|
-
message: "invalid encoding"
|
|
44
|
-
})
|
|
45
|
-
}),
|
|
46
|
-
stream: (path, options) => pipe(impl.open(path, {
|
|
47
|
-
flag: "r"
|
|
48
|
-
}), options?.offset ? Effect.tap(file => file.seek(options.offset, "start")) : identity, Effect.map(file => stream(file, options)), Stream.unwrapScoped),
|
|
49
|
-
sink: (path, options) => pipe(impl.open(path, {
|
|
50
|
-
flag: "w",
|
|
51
|
-
...options
|
|
52
|
-
}), Effect.map(file => Sink.forEach(_ => file.writeAll(_))), Sink.unwrapScoped),
|
|
53
|
-
writeFileString: (path, data, options) => Effect.flatMap(Effect.try({
|
|
54
|
-
try: () => new TextEncoder().encode(data),
|
|
55
|
-
catch: () => BadArgument({
|
|
56
|
-
module: "FileSystem",
|
|
57
|
-
method: "writeFileString",
|
|
58
|
-
message: "could not encode string"
|
|
59
|
-
})
|
|
60
|
-
}), _ => impl.writeFile(path, _, options))
|
|
61
|
-
});
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
/** @internal */
|
|
65
|
-
const stream = (file, {
|
|
66
|
-
bufferSize = 4,
|
|
67
|
-
bytesToRead: bytesToRead_,
|
|
68
|
-
chunkSize: chunkSize_ = Size$1(64 * 1024)
|
|
69
|
-
} = {}) => {
|
|
70
|
-
const bytesToRead = bytesToRead_ !== undefined ? Size$1(bytesToRead_) : undefined;
|
|
71
|
-
const chunkSize = Size$1(chunkSize_);
|
|
72
|
-
return Stream.bufferChunks(Stream.unfoldEffect(BigInt(0), totalBytesRead => {
|
|
73
|
-
if (bytesToRead !== undefined && bytesToRead <= totalBytesRead) {
|
|
74
|
-
return Effect.succeed(Option.none());
|
|
75
|
-
}
|
|
76
|
-
const toRead = bytesToRead !== undefined && bytesToRead - totalBytesRead < chunkSize ? bytesToRead - totalBytesRead : chunkSize;
|
|
77
|
-
return Effect.map(file.readAlloc(toRead), Option.map(buf => [buf, Size$1(totalBytesRead + BigInt(buf.length))]));
|
|
78
|
-
}), {
|
|
79
|
-
capacity: bufferSize
|
|
80
|
-
});
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* @since 1.0.0
|
|
85
|
-
*/
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* @since 1.0.0
|
|
89
|
-
* @category model
|
|
90
|
-
*/
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* Represents a size in bytes.
|
|
94
|
-
*
|
|
95
|
-
* @since 1.0.0
|
|
96
|
-
* @category sizes
|
|
97
|
-
*/
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* Represents a size in bytes.
|
|
101
|
-
*
|
|
102
|
-
* @since 1.0.0
|
|
103
|
-
* @category sizes
|
|
104
|
-
*/
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* @since 1.0.0
|
|
108
|
-
* @category sizes
|
|
109
|
-
*/
|
|
110
|
-
const Size = Size$1;
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* @since 1.0.0
|
|
114
|
-
* @category sizes
|
|
115
|
-
*/
|
|
116
|
-
const KiB = KiB$1;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* @since 1.0.0
|
|
120
|
-
* @category sizes
|
|
121
|
-
*/
|
|
122
|
-
const MiB = MiB$1;
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* @since 1.0.0
|
|
126
|
-
* @category sizes
|
|
127
|
-
*/
|
|
128
|
-
const GiB = GiB$1;
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* @since 1.0.0
|
|
132
|
-
* @category sizes
|
|
133
|
-
*/
|
|
134
|
-
const TiB = TiB$1;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* @since 1.0.0
|
|
138
|
-
* @category sizes
|
|
139
|
-
*/
|
|
140
|
-
const PiB = PiB$1;
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* @since 1.0.0
|
|
144
|
-
* @category model
|
|
145
|
-
*/
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* @since 1.0.0
|
|
149
|
-
* @category options
|
|
150
|
-
*/
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* @since 1.0.0
|
|
154
|
-
* @category options
|
|
155
|
-
*/
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* @since 1.0.0
|
|
159
|
-
* @category options
|
|
160
|
-
*/
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* @since 1.0.0
|
|
164
|
-
* @category options
|
|
165
|
-
*/
|
|
166
|
-
|
|
167
|
-
/**
|
|
168
|
-
* @since 1.0.0
|
|
169
|
-
* @category options
|
|
170
|
-
*/
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* @since 1.0.0
|
|
174
|
-
* @category options
|
|
175
|
-
*/
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* @since 1.0.0
|
|
179
|
-
* @category options
|
|
180
|
-
*/
|
|
181
|
-
|
|
182
|
-
/**
|
|
183
|
-
* @since 1.0.0
|
|
184
|
-
* @category options
|
|
185
|
-
*/
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
* @since 1.0.0
|
|
189
|
-
* @category options
|
|
190
|
-
*/
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* @since 1.0.0
|
|
194
|
-
* @category options
|
|
195
|
-
*/
|
|
196
|
-
|
|
197
|
-
/**
|
|
198
|
-
* @since 1.0.0
|
|
199
|
-
* @category options
|
|
200
|
-
*/
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* @since 1.0.0
|
|
204
|
-
* @category options
|
|
205
|
-
*/
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* @since 1.0.0
|
|
209
|
-
* @category tag
|
|
210
|
-
*/
|
|
211
|
-
const FileSystem = tag;
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* @since 1.0.0
|
|
215
|
-
* @category constructor
|
|
216
|
-
*/
|
|
217
|
-
const make = make$1;
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* @since 1.0.0
|
|
221
|
-
* @category type id
|
|
222
|
-
*/
|
|
223
|
-
const FileTypeId = /*#__PURE__*/Symbol.for("@effect/platform/FileSystem/File");
|
|
224
|
-
|
|
225
|
-
/**
|
|
226
|
-
* @since 1.0.0
|
|
227
|
-
* @category type id
|
|
228
|
-
*/
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* @since 1.0.0
|
|
232
|
-
* @category guard
|
|
233
|
-
*/
|
|
234
|
-
const isFile = u => typeof u === "object" && u !== null && FileTypeId in u;
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* @since 1.0.0
|
|
238
|
-
* @category model
|
|
239
|
-
*/
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* @since 1.0.0
|
|
243
|
-
*/
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* @since 1.0.0
|
|
247
|
-
* @category constructor
|
|
248
|
-
*/
|
|
249
|
-
const FileDescriptor = /*#__PURE__*/Brand.nominal();
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* @since 1.0.0
|
|
253
|
-
* @category model
|
|
254
|
-
*/
|
|
255
|
-
|
|
256
|
-
var FileSystem$1 = /*#__PURE__*/Object.freeze({
|
|
257
|
-
__proto__: null,
|
|
258
|
-
Size: Size,
|
|
259
|
-
KiB: KiB,
|
|
260
|
-
MiB: MiB,
|
|
261
|
-
GiB: GiB,
|
|
262
|
-
TiB: TiB,
|
|
263
|
-
PiB: PiB,
|
|
264
|
-
FileSystem: FileSystem,
|
|
265
|
-
make: make,
|
|
266
|
-
FileTypeId: FileTypeId,
|
|
267
|
-
isFile: isFile,
|
|
268
|
-
FileDescriptor: FileDescriptor
|
|
269
|
-
});
|
|
270
|
-
|
|
271
|
-
export { FileSystem$1 as F, GiB as G, KiB as K, MiB as M, PiB as P, Size as S, TiB as T, FileSystem as a, FileTypeId as b, FileDescriptor as c, isFile as i, make as m };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var Http_Body_dist_effectPlatformHttpBody = require('./Body-b77eac75.cjs.prod.js');
|
|
4
|
-
var Http_Client_dist_effectPlatformHttpClient = require('./Client-537f76ae.cjs.prod.js');
|
|
5
|
-
var Http_ClientError_dist_effectPlatformHttpClientError = require('./ClientError-22781879.cjs.prod.js');
|
|
6
|
-
var Http_ClientRequest_dist_effectPlatformHttpClientRequest = require('./ClientRequest-750d8d59.cjs.prod.js');
|
|
7
|
-
var Http_ClientResponse_dist_effectPlatformHttpClientResponse = require('./ClientResponse-f9f19afb.cjs.prod.js');
|
|
8
|
-
var Http_Headers_dist_effectPlatformHttpHeaders = require('./Headers-122cb877.cjs.prod.js');
|
|
9
|
-
var Http_UrlParams_dist_effectPlatformHttpUrlParams = require('./UrlParams-1228a686.cjs.prod.js');
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @since 1.0.0
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
var HttpClient = /*#__PURE__*/Object.freeze({
|
|
16
|
-
__proto__: null,
|
|
17
|
-
body: Http_Body_dist_effectPlatformHttpBody.Body,
|
|
18
|
-
client: Http_Client_dist_effectPlatformHttpClient.Client,
|
|
19
|
-
error: Http_ClientError_dist_effectPlatformHttpClientError.ClientError,
|
|
20
|
-
headers: Http_Headers_dist_effectPlatformHttpHeaders.Headers,
|
|
21
|
-
request: Http_ClientRequest_dist_effectPlatformHttpClientRequest.ClientRequest,
|
|
22
|
-
response: Http_ClientResponse_dist_effectPlatformHttpClientResponse.ClientResponse,
|
|
23
|
-
urlParams: Http_UrlParams_dist_effectPlatformHttpUrlParams.UrlParams
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
exports.HttpClient = HttpClient;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { B as Body } from './Body-ec1353f9.esm.js';
|
|
2
|
-
import { C as Client } from './Client-cdbd4ff7.esm.js';
|
|
3
|
-
import { C as ClientError } from './ClientError-98b5da8c.esm.js';
|
|
4
|
-
import { C as ClientRequest } from './ClientRequest-fc429335.esm.js';
|
|
5
|
-
import { C as ClientResponse } from './ClientResponse-7e4fe7b5.esm.js';
|
|
6
|
-
import { H as Headers } from './Headers-58b56a08.esm.js';
|
|
7
|
-
import { U as UrlParams } from './UrlParams-1286c728.esm.js';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @since 1.0.0
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
var HttpClient = /*#__PURE__*/Object.freeze({
|
|
14
|
-
__proto__: null,
|
|
15
|
-
body: Body,
|
|
16
|
-
client: Client,
|
|
17
|
-
error: ClientError,
|
|
18
|
-
headers: Headers,
|
|
19
|
-
request: ClientRequest,
|
|
20
|
-
response: ClientResponse,
|
|
21
|
-
urlParams: UrlParams
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
export { HttpClient as H };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var Http_Body_dist_effectPlatformHttpBody = require('./Body-86ef2922.cjs.dev.js');
|
|
4
|
-
var Http_Client_dist_effectPlatformHttpClient = require('./Client-0fbb38ab.cjs.dev.js');
|
|
5
|
-
var Http_ClientError_dist_effectPlatformHttpClientError = require('./ClientError-b7828377.cjs.dev.js');
|
|
6
|
-
var Http_ClientRequest_dist_effectPlatformHttpClientRequest = require('./ClientRequest-00e89da8.cjs.dev.js');
|
|
7
|
-
var Http_ClientResponse_dist_effectPlatformHttpClientResponse = require('./ClientResponse-75423399.cjs.dev.js');
|
|
8
|
-
var Http_Headers_dist_effectPlatformHttpHeaders = require('./Headers-f56bc667.cjs.dev.js');
|
|
9
|
-
var Http_UrlParams_dist_effectPlatformHttpUrlParams = require('./UrlParams-5e0910f1.cjs.dev.js');
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @since 1.0.0
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
var HttpClient = /*#__PURE__*/Object.freeze({
|
|
16
|
-
__proto__: null,
|
|
17
|
-
body: Http_Body_dist_effectPlatformHttpBody.Body,
|
|
18
|
-
client: Http_Client_dist_effectPlatformHttpClient.Client,
|
|
19
|
-
error: Http_ClientError_dist_effectPlatformHttpClientError.ClientError,
|
|
20
|
-
headers: Http_Headers_dist_effectPlatformHttpHeaders.Headers,
|
|
21
|
-
request: Http_ClientRequest_dist_effectPlatformHttpClientRequest.ClientRequest,
|
|
22
|
-
response: Http_ClientResponse_dist_effectPlatformHttpClientResponse.ClientResponse,
|
|
23
|
-
urlParams: Http_UrlParams_dist_effectPlatformHttpUrlParams.UrlParams
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
exports.HttpClient = HttpClient;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var Http_App_dist_effectPlatformHttpApp = require('./App-44aa3275.cjs.dev.js');
|
|
4
|
-
var Http_Body_dist_effectPlatformHttpBody = require('./Body-86ef2922.cjs.dev.js');
|
|
5
|
-
var Http_FormData_dist_effectPlatformHttpFormData = require('./FormData-ee0b1cf2.cjs.dev.js');
|
|
6
|
-
var Http_Headers_dist_effectPlatformHttpHeaders = require('./Headers-f56bc667.cjs.dev.js');
|
|
7
|
-
var Http_Middleware_dist_effectPlatformHttpMiddleware = require('./Middleware-e2edf820.cjs.dev.js');
|
|
8
|
-
var Http_Router_dist_effectPlatformHttpRouter = require('./Router-bd2b3014.cjs.dev.js');
|
|
9
|
-
var Http_ServerError_dist_effectPlatformHttpServerError = require('./ServerError-55c5e24b.cjs.dev.js');
|
|
10
|
-
var Http_ServerRequest_dist_effectPlatformHttpServerRequest = require('./ServerRequest-8d9c2c6b.cjs.dev.js');
|
|
11
|
-
var Http_ServerResponse_dist_effectPlatformHttpServerResponse = require('./ServerResponse-b63b7192.cjs.dev.js');
|
|
12
|
-
var Http_UrlParams_dist_effectPlatformHttpUrlParams = require('./UrlParams-5e0910f1.cjs.dev.js');
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* @since 1.0.0
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
var HttpServer = /*#__PURE__*/Object.freeze({
|
|
19
|
-
__proto__: null,
|
|
20
|
-
app: Http_App_dist_effectPlatformHttpApp.App,
|
|
21
|
-
body: Http_Body_dist_effectPlatformHttpBody.Body,
|
|
22
|
-
error: Http_ServerError_dist_effectPlatformHttpServerError.ServerError,
|
|
23
|
-
formData: Http_FormData_dist_effectPlatformHttpFormData.FormData,
|
|
24
|
-
headers: Http_Headers_dist_effectPlatformHttpHeaders.Headers,
|
|
25
|
-
middleware: Http_Middleware_dist_effectPlatformHttpMiddleware.Middleware,
|
|
26
|
-
request: Http_ServerRequest_dist_effectPlatformHttpServerRequest.ServerRequest,
|
|
27
|
-
response: Http_ServerResponse_dist_effectPlatformHttpServerResponse.ServerResponse,
|
|
28
|
-
router: Http_Router_dist_effectPlatformHttpRouter.Router,
|
|
29
|
-
urlParams: Http_UrlParams_dist_effectPlatformHttpUrlParams.UrlParams
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
exports.HttpServer = HttpServer;
|