@effect/platform-node 0.19.6 → 0.19.7
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/Http/NodeClient/dist/effect-platform-node-Http-NodeClient.cjs.dev.js +2 -2
- package/Http/NodeClient/dist/effect-platform-node-Http-NodeClient.cjs.prod.js +2 -2
- package/Http/NodeClient/dist/effect-platform-node-Http-NodeClient.esm.js +2 -2
- package/Http/Server/dist/effect-platform-node-Http-Server.cjs.dev.js +2 -2
- package/Http/Server/dist/effect-platform-node-Http-Server.cjs.prod.js +2 -2
- package/Http/Server/dist/effect-platform-node-Http-Server.esm.js +2 -2
- package/HttpClient/dist/effect-platform-node-HttpClient.cjs.dev.js +2 -2
- package/HttpClient/dist/effect-platform-node-HttpClient.cjs.prod.js +2 -2
- package/HttpClient/dist/effect-platform-node-HttpClient.esm.js +2 -2
- package/HttpServer/dist/effect-platform-node-HttpServer.cjs.dev.js +2 -2
- package/HttpServer/dist/effect-platform-node-HttpServer.cjs.prod.js +2 -2
- package/HttpServer/dist/effect-platform-node-HttpServer.esm.js +2 -2
- package/dist/{HttpClient-3e1bd3e7.esm.js → HttpClient-11e2237f.esm.js} +1 -1
- package/dist/{HttpClient-6c942c00.cjs.dev.js → HttpClient-19998c5e.cjs.dev.js} +1 -1
- package/dist/{HttpClient-595a26fa.cjs.prod.js → HttpClient-1ad217ea.cjs.prod.js} +1 -1
- package/dist/{HttpServer-331621bd.esm.js → HttpServer-08393436.esm.js} +1 -1
- package/dist/{HttpServer-cc291592.cjs.dev.js → HttpServer-6652ce27.cjs.dev.js} +1 -1
- package/dist/{HttpServer-2a788d37.cjs.prod.js → HttpServer-d510f888.cjs.prod.js} +1 -1
- package/dist/{NodeClient-ab5848bf.cjs.dev.js → NodeClient-1df9d813.cjs.dev.js} +1 -1
- package/dist/{NodeClient-4070cde3.esm.js → NodeClient-e349733e.esm.js} +1 -1
- package/dist/{NodeClient-8db3bc84.cjs.prod.js → NodeClient-ea1a9ab0.cjs.prod.js} +1 -1
- package/dist/{Server-86853bf9.cjs.dev.js → Server-264c702d.cjs.dev.js} +1 -1
- package/dist/{Server-3a9f4a90.esm.js → Server-5237fa52.esm.js} +1 -1
- package/dist/{Server-4638865c.cjs.prod.js → Server-ea100887.cjs.prod.js} +1 -1
- package/dist/effect-platform-node.cjs.dev.js +5 -5
- package/dist/effect-platform-node.cjs.prod.js +5 -5
- package/dist/effect-platform-node.esm.js +5 -5
- package/dist/{incomingMessage-309eb6a5.esm.js → incomingMessage-12764c2c.esm.js} +1 -1
- package/dist/{incomingMessage-ed443788.cjs.prod.js → incomingMessage-8a9a29f7.cjs.prod.js} +1 -1
- package/dist/{incomingMessage-28bc73d7.cjs.dev.js → incomingMessage-d7f144e7.cjs.dev.js} +1 -1
- package/package.json +1 -1
- package/src/internal/http/incomingMessage.ts +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../../dist/NodeClient-
|
|
5
|
+
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../../dist/NodeClient-1df9d813.cjs.dev.js');
|
|
6
6
|
require('@effect/platform/Http/Client');
|
|
7
7
|
require('@effect/platform/Http/ClientError');
|
|
8
8
|
require('@effect/platform/Http/ClientResponse');
|
|
@@ -19,7 +19,7 @@ require('node:stream/promises');
|
|
|
19
19
|
require('../../../dist/Sink-536c2b16.cjs.dev.js');
|
|
20
20
|
require('../../../dist/sink-daf9e0e5.cjs.dev.js');
|
|
21
21
|
require('effect/Sink');
|
|
22
|
-
require('../../../dist/incomingMessage-
|
|
22
|
+
require('../../../dist/incomingMessage-d7f144e7.cjs.dev.js');
|
|
23
23
|
require('@effect/platform/Http/Headers');
|
|
24
24
|
require('@effect/platform/Http/IncomingMessage');
|
|
25
25
|
require('effect/FiberRef');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../../dist/NodeClient-
|
|
5
|
+
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../../dist/NodeClient-ea1a9ab0.cjs.prod.js');
|
|
6
6
|
require('@effect/platform/Http/Client');
|
|
7
7
|
require('@effect/platform/Http/ClientError');
|
|
8
8
|
require('@effect/platform/Http/ClientResponse');
|
|
@@ -19,7 +19,7 @@ require('node:stream/promises');
|
|
|
19
19
|
require('../../../dist/Sink-735101fa.cjs.prod.js');
|
|
20
20
|
require('../../../dist/sink-da49e187.cjs.prod.js');
|
|
21
21
|
require('effect/Sink');
|
|
22
|
-
require('../../../dist/incomingMessage-
|
|
22
|
+
require('../../../dist/incomingMessage-8a9a29f7.cjs.prod.js');
|
|
23
23
|
require('@effect/platform/Http/Headers');
|
|
24
24
|
require('@effect/platform/Http/IncomingMessage');
|
|
25
25
|
require('effect/FiberRef');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as HttpAgent, H as HttpAgentTypeId, b as agentLayer, l as layer, e as layerWithoutAgent, d as make, m as makeAgent, c as makeAgentLayer } from '../../../dist/NodeClient-
|
|
1
|
+
export { a as HttpAgent, H as HttpAgentTypeId, b as agentLayer, l as layer, e as layerWithoutAgent, d as make, m as makeAgent, c as makeAgentLayer } from '../../../dist/NodeClient-e349733e.esm.js';
|
|
2
2
|
import '@effect/platform/Http/Client';
|
|
3
3
|
import '@effect/platform/Http/ClientError';
|
|
4
4
|
import '@effect/platform/Http/ClientResponse';
|
|
@@ -15,7 +15,7 @@ import 'node:stream/promises';
|
|
|
15
15
|
import '../../../dist/Sink-554d2819.esm.js';
|
|
16
16
|
import '../../../dist/sink-bd7ef408.esm.js';
|
|
17
17
|
import 'effect/Sink';
|
|
18
|
-
import '../../../dist/incomingMessage-
|
|
18
|
+
import '../../../dist/incomingMessage-12764c2c.esm.js';
|
|
19
19
|
import '@effect/platform/Http/Headers';
|
|
20
20
|
import '@effect/platform/Http/IncomingMessage';
|
|
21
21
|
import 'effect/FiberRef';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../../dist/Server-
|
|
5
|
+
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../../dist/Server-264c702d.cjs.dev.js');
|
|
6
6
|
var Server = require('@effect/platform/Http/Server');
|
|
7
7
|
require('@effect/platform/FileSystem');
|
|
8
8
|
require('@effect/platform/Http/IncomingMessage');
|
|
@@ -31,7 +31,7 @@ require('effect/FiberRef');
|
|
|
31
31
|
require('node:fs');
|
|
32
32
|
require('../../../dist/Stream-53f57af5.cjs.dev.js');
|
|
33
33
|
require('../../../dist/stream-1456ece0.cjs.dev.js');
|
|
34
|
-
require('../../../dist/incomingMessage-
|
|
34
|
+
require('../../../dist/incomingMessage-d7f144e7.cjs.dev.js');
|
|
35
35
|
require('@effect/platform/Http/Headers');
|
|
36
36
|
require('@effect/platform/Http/UrlParams');
|
|
37
37
|
require('../../../dist/platform-1c31462c.cjs.dev.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../../dist/Server-
|
|
5
|
+
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../../dist/Server-ea100887.cjs.prod.js');
|
|
6
6
|
var Server = require('@effect/platform/Http/Server');
|
|
7
7
|
require('@effect/platform/FileSystem');
|
|
8
8
|
require('@effect/platform/Http/IncomingMessage');
|
|
@@ -31,7 +31,7 @@ require('effect/FiberRef');
|
|
|
31
31
|
require('node:fs');
|
|
32
32
|
require('../../../dist/Stream-7424efca.cjs.prod.js');
|
|
33
33
|
require('../../../dist/stream-ef8b6a66.cjs.prod.js');
|
|
34
|
-
require('../../../dist/incomingMessage-
|
|
34
|
+
require('../../../dist/incomingMessage-8a9a29f7.cjs.prod.js');
|
|
35
35
|
require('@effect/platform/Http/Headers');
|
|
36
36
|
require('@effect/platform/Http/UrlParams');
|
|
37
37
|
require('../../../dist/platform-d09ef04f.cjs.prod.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { l as layer, a as layerConfig, m as make } from '../../../dist/Server-
|
|
1
|
+
export { l as layer, a as layerConfig, m as make } from '../../../dist/Server-5237fa52.esm.js';
|
|
2
2
|
export * from '@effect/platform/Http/Server';
|
|
3
3
|
import '@effect/platform/FileSystem';
|
|
4
4
|
import '@effect/platform/Http/IncomingMessage';
|
|
@@ -27,7 +27,7 @@ import 'effect/FiberRef';
|
|
|
27
27
|
import 'node:fs';
|
|
28
28
|
import '../../../dist/Stream-2d5b1ece.esm.js';
|
|
29
29
|
import '../../../dist/stream-860139d3.esm.js';
|
|
30
|
-
import '../../../dist/incomingMessage-
|
|
30
|
+
import '../../../dist/incomingMessage-12764c2c.esm.js';
|
|
31
31
|
import '@effect/platform/Http/Headers';
|
|
32
32
|
import '@effect/platform/Http/UrlParams';
|
|
33
33
|
import '../../../dist/platform-f3d31bb1.esm.js';
|
|
@@ -9,7 +9,7 @@ var ClientRequest = require('@effect/platform/Http/ClientRequest');
|
|
|
9
9
|
var ClientResponse = require('@effect/platform/Http/ClientResponse');
|
|
10
10
|
var Headers = require('@effect/platform/Http/Headers');
|
|
11
11
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
12
|
-
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../dist/NodeClient-
|
|
12
|
+
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../dist/NodeClient-1df9d813.cjs.dev.js');
|
|
13
13
|
require('effect/Context');
|
|
14
14
|
require('effect/Effect');
|
|
15
15
|
require('effect/Function');
|
|
@@ -22,7 +22,7 @@ require('node:stream/promises');
|
|
|
22
22
|
require('../../dist/Sink-536c2b16.cjs.dev.js');
|
|
23
23
|
require('../../dist/sink-daf9e0e5.cjs.dev.js');
|
|
24
24
|
require('effect/Sink');
|
|
25
|
-
require('../../dist/incomingMessage-
|
|
25
|
+
require('../../dist/incomingMessage-d7f144e7.cjs.dev.js');
|
|
26
26
|
require('@effect/platform/Http/IncomingMessage');
|
|
27
27
|
require('effect/FiberRef');
|
|
28
28
|
require('effect/Option');
|
|
@@ -9,7 +9,7 @@ var ClientRequest = require('@effect/platform/Http/ClientRequest');
|
|
|
9
9
|
var ClientResponse = require('@effect/platform/Http/ClientResponse');
|
|
10
10
|
var Headers = require('@effect/platform/Http/Headers');
|
|
11
11
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
12
|
-
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../dist/NodeClient-
|
|
12
|
+
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('../../dist/NodeClient-ea1a9ab0.cjs.prod.js');
|
|
13
13
|
require('effect/Context');
|
|
14
14
|
require('effect/Effect');
|
|
15
15
|
require('effect/Function');
|
|
@@ -22,7 +22,7 @@ require('node:stream/promises');
|
|
|
22
22
|
require('../../dist/Sink-735101fa.cjs.prod.js');
|
|
23
23
|
require('../../dist/sink-da49e187.cjs.prod.js');
|
|
24
24
|
require('effect/Sink');
|
|
25
|
-
require('../../dist/incomingMessage-
|
|
25
|
+
require('../../dist/incomingMessage-8a9a29f7.cjs.prod.js');
|
|
26
26
|
require('@effect/platform/Http/IncomingMessage');
|
|
27
27
|
require('effect/FiberRef');
|
|
28
28
|
require('effect/Option');
|
|
@@ -12,7 +12,7 @@ import * as Headers from '@effect/platform/Http/Headers';
|
|
|
12
12
|
export { Headers as headers };
|
|
13
13
|
import * as UrlParams from '@effect/platform/Http/UrlParams';
|
|
14
14
|
export { UrlParams as urlParams };
|
|
15
|
-
export { N as nodeClient } from '../../dist/NodeClient-
|
|
15
|
+
export { N as nodeClient } from '../../dist/NodeClient-e349733e.esm.js';
|
|
16
16
|
import 'effect/Context';
|
|
17
17
|
import 'effect/Effect';
|
|
18
18
|
import 'effect/Function';
|
|
@@ -25,7 +25,7 @@ import 'node:stream/promises';
|
|
|
25
25
|
import '../../dist/Sink-554d2819.esm.js';
|
|
26
26
|
import '../../dist/sink-bd7ef408.esm.js';
|
|
27
27
|
import 'effect/Sink';
|
|
28
|
-
import '../../dist/incomingMessage-
|
|
28
|
+
import '../../dist/incomingMessage-12764c2c.esm.js';
|
|
29
29
|
import '@effect/platform/Http/IncomingMessage';
|
|
30
30
|
import 'effect/FiberRef';
|
|
31
31
|
import 'effect/Option';
|
|
@@ -13,7 +13,7 @@ var ServerResponse = require('@effect/platform/Http/ServerResponse');
|
|
|
13
13
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
14
14
|
var Http_Etag_dist_effectPlatformNodeHttpEtag = require('../../dist/Etag-b38be81c.cjs.dev.js');
|
|
15
15
|
var Http_FormData_dist_effectPlatformNodeHttpFormData = require('../../dist/FormData-053407d4.cjs.dev.js');
|
|
16
|
-
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../dist/Server-
|
|
16
|
+
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../dist/Server-264c702d.cjs.dev.js');
|
|
17
17
|
require('@effect/platform/Http/Etag');
|
|
18
18
|
require('effect/Effect');
|
|
19
19
|
require('effect/Layer');
|
|
@@ -40,7 +40,7 @@ require('node:stream');
|
|
|
40
40
|
require('../../dist/Sink-536c2b16.cjs.dev.js');
|
|
41
41
|
require('../../dist/sink-daf9e0e5.cjs.dev.js');
|
|
42
42
|
require('effect/Sink');
|
|
43
|
-
require('../../dist/incomingMessage-
|
|
43
|
+
require('../../dist/incomingMessage-d7f144e7.cjs.dev.js');
|
|
44
44
|
require('../../dist/platform-1c31462c.cjs.dev.js');
|
|
45
45
|
require('@effect/platform/Http/Platform');
|
|
46
46
|
require('mime');
|
|
@@ -13,7 +13,7 @@ var ServerResponse = require('@effect/platform/Http/ServerResponse');
|
|
|
13
13
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
14
14
|
var Http_Etag_dist_effectPlatformNodeHttpEtag = require('../../dist/Etag-7a3db878.cjs.prod.js');
|
|
15
15
|
var Http_FormData_dist_effectPlatformNodeHttpFormData = require('../../dist/FormData-c7339a7b.cjs.prod.js');
|
|
16
|
-
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../dist/Server-
|
|
16
|
+
var Http_Server_dist_effectPlatformNodeHttpServer = require('../../dist/Server-ea100887.cjs.prod.js');
|
|
17
17
|
require('@effect/platform/Http/Etag');
|
|
18
18
|
require('effect/Effect');
|
|
19
19
|
require('effect/Layer');
|
|
@@ -40,7 +40,7 @@ require('node:stream');
|
|
|
40
40
|
require('../../dist/Sink-735101fa.cjs.prod.js');
|
|
41
41
|
require('../../dist/sink-da49e187.cjs.prod.js');
|
|
42
42
|
require('effect/Sink');
|
|
43
|
-
require('../../dist/incomingMessage-
|
|
43
|
+
require('../../dist/incomingMessage-8a9a29f7.cjs.prod.js');
|
|
44
44
|
require('../../dist/platform-d09ef04f.cjs.prod.js');
|
|
45
45
|
require('@effect/platform/Http/Platform');
|
|
46
46
|
require('mime');
|
|
@@ -18,7 +18,7 @@ import * as UrlParams from '@effect/platform/Http/UrlParams';
|
|
|
18
18
|
export { UrlParams as urlParams };
|
|
19
19
|
export { E as etag } from '../../dist/Etag-6f08d5ed.esm.js';
|
|
20
20
|
export { F as formData } from '../../dist/FormData-bafc0b9a.esm.js';
|
|
21
|
-
export { S as server } from '../../dist/Server-
|
|
21
|
+
export { S as server } from '../../dist/Server-5237fa52.esm.js';
|
|
22
22
|
import '@effect/platform/Http/Etag';
|
|
23
23
|
import 'effect/Effect';
|
|
24
24
|
import 'effect/Layer';
|
|
@@ -45,7 +45,7 @@ import 'node:stream';
|
|
|
45
45
|
import '../../dist/Sink-554d2819.esm.js';
|
|
46
46
|
import '../../dist/sink-bd7ef408.esm.js';
|
|
47
47
|
import 'effect/Sink';
|
|
48
|
-
import '../../dist/incomingMessage-
|
|
48
|
+
import '../../dist/incomingMessage-12764c2c.esm.js';
|
|
49
49
|
import '../../dist/platform-f3d31bb1.esm.js';
|
|
50
50
|
import '@effect/platform/Http/Platform';
|
|
51
51
|
import 'mime';
|
|
@@ -5,7 +5,7 @@ import * as ClientRequest from '@effect/platform/Http/ClientRequest';
|
|
|
5
5
|
import * as ClientResponse from '@effect/platform/Http/ClientResponse';
|
|
6
6
|
import * as Headers from '@effect/platform/Http/Headers';
|
|
7
7
|
import * as UrlParams from '@effect/platform/Http/UrlParams';
|
|
8
|
-
import { N as NodeClient } from './NodeClient-
|
|
8
|
+
import { N as NodeClient } from './NodeClient-e349733e.esm.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @since 1.0.0
|
|
@@ -7,7 +7,7 @@ var ClientRequest = require('@effect/platform/Http/ClientRequest');
|
|
|
7
7
|
var ClientResponse = require('@effect/platform/Http/ClientResponse');
|
|
8
8
|
var Headers = require('@effect/platform/Http/Headers');
|
|
9
9
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
10
|
-
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('./NodeClient-
|
|
10
|
+
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('./NodeClient-1df9d813.cjs.dev.js');
|
|
11
11
|
|
|
12
12
|
function _interopNamespace(e) {
|
|
13
13
|
if (e && e.__esModule) return e;
|
|
@@ -7,7 +7,7 @@ var ClientRequest = require('@effect/platform/Http/ClientRequest');
|
|
|
7
7
|
var ClientResponse = require('@effect/platform/Http/ClientResponse');
|
|
8
8
|
var Headers = require('@effect/platform/Http/Headers');
|
|
9
9
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
10
|
-
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('./NodeClient-
|
|
10
|
+
var Http_NodeClient_dist_effectPlatformNodeHttpNodeClient = require('./NodeClient-ea1a9ab0.cjs.prod.js');
|
|
11
11
|
|
|
12
12
|
function _interopNamespace(e) {
|
|
13
13
|
if (e && e.__esModule) return e;
|
|
@@ -9,7 +9,7 @@ import * as ServerResponse from '@effect/platform/Http/ServerResponse';
|
|
|
9
9
|
import * as UrlParams from '@effect/platform/Http/UrlParams';
|
|
10
10
|
import { E as Etag } from './Etag-6f08d5ed.esm.js';
|
|
11
11
|
import { F as FormData } from './FormData-bafc0b9a.esm.js';
|
|
12
|
-
import { S as Server } from './Server-
|
|
12
|
+
import { S as Server } from './Server-5237fa52.esm.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @since 1.0.0
|
|
@@ -11,7 +11,7 @@ var ServerResponse = require('@effect/platform/Http/ServerResponse');
|
|
|
11
11
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
12
12
|
var Http_Etag_dist_effectPlatformNodeHttpEtag = require('./Etag-b38be81c.cjs.dev.js');
|
|
13
13
|
var Http_FormData_dist_effectPlatformNodeHttpFormData = require('./FormData-053407d4.cjs.dev.js');
|
|
14
|
-
var Http_Server_dist_effectPlatformNodeHttpServer = require('./Server-
|
|
14
|
+
var Http_Server_dist_effectPlatformNodeHttpServer = require('./Server-264c702d.cjs.dev.js');
|
|
15
15
|
|
|
16
16
|
function _interopNamespace(e) {
|
|
17
17
|
if (e && e.__esModule) return e;
|
|
@@ -11,7 +11,7 @@ var ServerResponse = require('@effect/platform/Http/ServerResponse');
|
|
|
11
11
|
var UrlParams = require('@effect/platform/Http/UrlParams');
|
|
12
12
|
var Http_Etag_dist_effectPlatformNodeHttpEtag = require('./Etag-7a3db878.cjs.prod.js');
|
|
13
13
|
var Http_FormData_dist_effectPlatformNodeHttpFormData = require('./FormData-c7339a7b.cjs.prod.js');
|
|
14
|
-
var Http_Server_dist_effectPlatformNodeHttpServer = require('./Server-
|
|
14
|
+
var Http_Server_dist_effectPlatformNodeHttpServer = require('./Server-ea100887.cjs.prod.js');
|
|
15
15
|
|
|
16
16
|
function _interopNamespace(e) {
|
|
17
17
|
if (e && e.__esModule) return e;
|
|
@@ -14,7 +14,7 @@ var Https = require('node:https');
|
|
|
14
14
|
var node_stream = require('node:stream');
|
|
15
15
|
var NodeStreamP = require('node:stream/promises');
|
|
16
16
|
var Sink_dist_effectPlatformNodeSink = require('./Sink-536c2b16.cjs.dev.js');
|
|
17
|
-
var incomingMessage = require('./incomingMessage-
|
|
17
|
+
var incomingMessage = require('./incomingMessage-d7f144e7.cjs.dev.js');
|
|
18
18
|
|
|
19
19
|
function _interopNamespace(e) {
|
|
20
20
|
if (e && e.__esModule) return e;
|
|
@@ -12,7 +12,7 @@ import * as Https from 'node:https';
|
|
|
12
12
|
import { Readable } from 'node:stream';
|
|
13
13
|
import { pipeline } from 'node:stream/promises';
|
|
14
14
|
import { f as fromWritable } from './Sink-554d2819.esm.js';
|
|
15
|
-
import { I as IncomingMessageImpl } from './incomingMessage-
|
|
15
|
+
import { I as IncomingMessageImpl } from './incomingMessage-12764c2c.esm.js';
|
|
16
16
|
|
|
17
17
|
/** @internal */
|
|
18
18
|
const HttpAgentTypeId$1 = /*#__PURE__*/Symbol.for("@effect/platform-node/Http/NodeClient/HttpAgent");
|
|
@@ -14,7 +14,7 @@ var Https = require('node:https');
|
|
|
14
14
|
var node_stream = require('node:stream');
|
|
15
15
|
var NodeStreamP = require('node:stream/promises');
|
|
16
16
|
var Sink_dist_effectPlatformNodeSink = require('./Sink-735101fa.cjs.prod.js');
|
|
17
|
-
var incomingMessage = require('./incomingMessage-
|
|
17
|
+
var incomingMessage = require('./incomingMessage-8a9a29f7.cjs.prod.js');
|
|
18
18
|
|
|
19
19
|
function _interopNamespace(e) {
|
|
20
20
|
if (e && e.__esModule) return e;
|
|
@@ -17,7 +17,7 @@ var node_stream = require('node:stream');
|
|
|
17
17
|
var NodeStreamP = require('node:stream/promises');
|
|
18
18
|
var Sink_dist_effectPlatformNodeSink = require('./Sink-536c2b16.cjs.dev.js');
|
|
19
19
|
var formData = require('./formData-fac89256.cjs.dev.js');
|
|
20
|
-
var incomingMessage = require('./incomingMessage-
|
|
20
|
+
var incomingMessage = require('./incomingMessage-d7f144e7.cjs.dev.js');
|
|
21
21
|
var platform = require('./platform-1c31462c.cjs.dev.js');
|
|
22
22
|
|
|
23
23
|
function _interopNamespace(e) {
|
|
@@ -15,7 +15,7 @@ import { Readable } from 'node:stream';
|
|
|
15
15
|
import { pipeline } from 'node:stream/promises';
|
|
16
16
|
import { f as fromWritable } from './Sink-554d2819.esm.js';
|
|
17
17
|
import { f as formData, s as stream } from './formData-4330f230.esm.js';
|
|
18
|
-
import { I as IncomingMessageImpl } from './incomingMessage-
|
|
18
|
+
import { I as IncomingMessageImpl } from './incomingMessage-12764c2c.esm.js';
|
|
19
19
|
import { l as layer$2 } from './platform-f3d31bb1.esm.js';
|
|
20
20
|
|
|
21
21
|
function _mergeNamespaces(n, m) {
|
|
@@ -17,7 +17,7 @@ var node_stream = require('node:stream');
|
|
|
17
17
|
var NodeStreamP = require('node:stream/promises');
|
|
18
18
|
var Sink_dist_effectPlatformNodeSink = require('./Sink-735101fa.cjs.prod.js');
|
|
19
19
|
var formData = require('./formData-09ad7f6d.cjs.prod.js');
|
|
20
|
-
var incomingMessage = require('./incomingMessage-
|
|
20
|
+
var incomingMessage = require('./incomingMessage-8a9a29f7.cjs.prod.js');
|
|
21
21
|
var platform = require('./platform-d09ef04f.cjs.prod.js');
|
|
22
22
|
|
|
23
23
|
function _interopNamespace(e) {
|
|
@@ -7,8 +7,8 @@ var CommandExecutor_dist_effectPlatformNodeCommandExecutor = require('./CommandE
|
|
|
7
7
|
var Effectify_dist_effectPlatformNodeEffectify = require('./Effectify-c94620ca.cjs.dev.js');
|
|
8
8
|
var Error_dist_effectPlatformNodeError = require('./Error-6db0ba89.cjs.dev.js');
|
|
9
9
|
var FileSystem_dist_effectPlatformNodeFileSystem = require('./FileSystem-d7b8eeac.cjs.dev.js');
|
|
10
|
-
var HttpClient_dist_effectPlatformNodeHttpClient = require('./HttpClient-
|
|
11
|
-
var HttpServer_dist_effectPlatformNodeHttpServer = require('./HttpServer-
|
|
10
|
+
var HttpClient_dist_effectPlatformNodeHttpClient = require('./HttpClient-19998c5e.cjs.dev.js');
|
|
11
|
+
var HttpServer_dist_effectPlatformNodeHttpServer = require('./HttpServer-6652ce27.cjs.dev.js');
|
|
12
12
|
var KeyValueStore_dist_effectPlatformNodeKeyValueStore = require('./KeyValueStore-af7495b6.cjs.dev.js');
|
|
13
13
|
var NodeContext_dist_effectPlatformNodeNodeContext = require('./NodeContext-3c96e955.cjs.dev.js');
|
|
14
14
|
var Path_dist_effectPlatformNodePath = require('./Path-feae3dcf.cjs.dev.js');
|
|
@@ -41,13 +41,13 @@ require('@effect/platform/Http/ClientRequest');
|
|
|
41
41
|
require('@effect/platform/Http/ClientResponse');
|
|
42
42
|
require('@effect/platform/Http/Headers');
|
|
43
43
|
require('@effect/platform/Http/UrlParams');
|
|
44
|
-
require('./NodeClient-
|
|
44
|
+
require('./NodeClient-1df9d813.cjs.dev.js');
|
|
45
45
|
require('effect/Context');
|
|
46
46
|
require('node:http');
|
|
47
47
|
require('node:https');
|
|
48
48
|
require('node:stream');
|
|
49
49
|
require('node:stream/promises');
|
|
50
|
-
require('./incomingMessage-
|
|
50
|
+
require('./incomingMessage-d7f144e7.cjs.dev.js');
|
|
51
51
|
require('@effect/platform/Http/IncomingMessage');
|
|
52
52
|
require('effect/FiberRef');
|
|
53
53
|
require('@effect/platform/Http/App');
|
|
@@ -64,7 +64,7 @@ require('@effect/platform/Http/FormData');
|
|
|
64
64
|
require('@effect/platform/Path');
|
|
65
65
|
require('busboy');
|
|
66
66
|
require('effect/Chunk');
|
|
67
|
-
require('./Server-
|
|
67
|
+
require('./Server-264c702d.cjs.dev.js');
|
|
68
68
|
require('@effect/platform/Http/Server');
|
|
69
69
|
require('effect/Config');
|
|
70
70
|
require('effect/Fiber');
|
|
@@ -7,8 +7,8 @@ var CommandExecutor_dist_effectPlatformNodeCommandExecutor = require('./CommandE
|
|
|
7
7
|
var Effectify_dist_effectPlatformNodeEffectify = require('./Effectify-1676f59e.cjs.prod.js');
|
|
8
8
|
var Error_dist_effectPlatformNodeError = require('./Error-004c8162.cjs.prod.js');
|
|
9
9
|
var FileSystem_dist_effectPlatformNodeFileSystem = require('./FileSystem-a207377d.cjs.prod.js');
|
|
10
|
-
var HttpClient_dist_effectPlatformNodeHttpClient = require('./HttpClient-
|
|
11
|
-
var HttpServer_dist_effectPlatformNodeHttpServer = require('./HttpServer-
|
|
10
|
+
var HttpClient_dist_effectPlatformNodeHttpClient = require('./HttpClient-1ad217ea.cjs.prod.js');
|
|
11
|
+
var HttpServer_dist_effectPlatformNodeHttpServer = require('./HttpServer-d510f888.cjs.prod.js');
|
|
12
12
|
var KeyValueStore_dist_effectPlatformNodeKeyValueStore = require('./KeyValueStore-35cb6494.cjs.prod.js');
|
|
13
13
|
var NodeContext_dist_effectPlatformNodeNodeContext = require('./NodeContext-dff7bc0b.cjs.prod.js');
|
|
14
14
|
var Path_dist_effectPlatformNodePath = require('./Path-bf4c3b07.cjs.prod.js');
|
|
@@ -41,13 +41,13 @@ require('@effect/platform/Http/ClientRequest');
|
|
|
41
41
|
require('@effect/platform/Http/ClientResponse');
|
|
42
42
|
require('@effect/platform/Http/Headers');
|
|
43
43
|
require('@effect/platform/Http/UrlParams');
|
|
44
|
-
require('./NodeClient-
|
|
44
|
+
require('./NodeClient-ea1a9ab0.cjs.prod.js');
|
|
45
45
|
require('effect/Context');
|
|
46
46
|
require('node:http');
|
|
47
47
|
require('node:https');
|
|
48
48
|
require('node:stream');
|
|
49
49
|
require('node:stream/promises');
|
|
50
|
-
require('./incomingMessage-
|
|
50
|
+
require('./incomingMessage-8a9a29f7.cjs.prod.js');
|
|
51
51
|
require('@effect/platform/Http/IncomingMessage');
|
|
52
52
|
require('effect/FiberRef');
|
|
53
53
|
require('@effect/platform/Http/App');
|
|
@@ -64,7 +64,7 @@ require('@effect/platform/Http/FormData');
|
|
|
64
64
|
require('@effect/platform/Path');
|
|
65
65
|
require('busboy');
|
|
66
66
|
require('effect/Chunk');
|
|
67
|
-
require('./Server-
|
|
67
|
+
require('./Server-ea100887.cjs.prod.js');
|
|
68
68
|
require('@effect/platform/Http/Server');
|
|
69
69
|
require('effect/Config');
|
|
70
70
|
require('effect/Fiber');
|
|
@@ -3,8 +3,8 @@ export { C as CommandExecutor } from './CommandExecutor-cfc0af4b.esm.js';
|
|
|
3
3
|
export { E as Effectify } from './Effectify-24bba5b0.esm.js';
|
|
4
4
|
export { E as Error } from './Error-6b032e84.esm.js';
|
|
5
5
|
export { F as FileSystem } from './FileSystem-d4a3521c.esm.js';
|
|
6
|
-
export { H as HttpClient } from './HttpClient-
|
|
7
|
-
export { H as HttpServer } from './HttpServer-
|
|
6
|
+
export { H as HttpClient } from './HttpClient-11e2237f.esm.js';
|
|
7
|
+
export { H as HttpServer } from './HttpServer-08393436.esm.js';
|
|
8
8
|
export { K as KeyValueStore } from './KeyValueStore-66bca5fd.esm.js';
|
|
9
9
|
export { N as NodeContext } from './NodeContext-4bca6ed4.esm.js';
|
|
10
10
|
export { P as Path } from './Path-7a81561f.esm.js';
|
|
@@ -37,13 +37,13 @@ import '@effect/platform/Http/ClientRequest';
|
|
|
37
37
|
import '@effect/platform/Http/ClientResponse';
|
|
38
38
|
import '@effect/platform/Http/Headers';
|
|
39
39
|
import '@effect/platform/Http/UrlParams';
|
|
40
|
-
import './NodeClient-
|
|
40
|
+
import './NodeClient-e349733e.esm.js';
|
|
41
41
|
import 'effect/Context';
|
|
42
42
|
import 'node:http';
|
|
43
43
|
import 'node:https';
|
|
44
44
|
import 'node:stream';
|
|
45
45
|
import 'node:stream/promises';
|
|
46
|
-
import './incomingMessage-
|
|
46
|
+
import './incomingMessage-12764c2c.esm.js';
|
|
47
47
|
import '@effect/platform/Http/IncomingMessage';
|
|
48
48
|
import 'effect/FiberRef';
|
|
49
49
|
import '@effect/platform/Http/App';
|
|
@@ -60,7 +60,7 @@ import '@effect/platform/Http/FormData';
|
|
|
60
60
|
import '@effect/platform/Path';
|
|
61
61
|
import 'busboy';
|
|
62
62
|
import 'effect/Chunk';
|
|
63
|
-
import './Server-
|
|
63
|
+
import './Server-5237fa52.esm.js';
|
|
64
64
|
import '@effect/platform/Http/Server';
|
|
65
65
|
import 'effect/Config';
|
|
66
66
|
import 'effect/Fiber';
|
package/package.json
CHANGED
|
@@ -49,7 +49,7 @@ export class IncomingMessageImpl<E> implements IncomingMessage.IncomingMessage<E
|
|
|
49
49
|
|
|
50
50
|
get json(): Effect.Effect<never, E, unknown> {
|
|
51
51
|
return Effect.tryMap(this.text, {
|
|
52
|
-
try: (_) => JSON.parse(_) as unknown,
|
|
52
|
+
try: (_) => _ === "" ? null : JSON.parse(_) as unknown,
|
|
53
53
|
catch: this.onError
|
|
54
54
|
})
|
|
55
55
|
}
|