@orpc/server 2.0.0-beta.2 → 2.0.0-beta.21

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.
Files changed (46) hide show
  1. package/README.md +32 -21
  2. package/dist/adapters/crossws/index.d.mts +11 -8
  3. package/dist/adapters/crossws/index.d.ts +11 -8
  4. package/dist/adapters/crossws/index.mjs +10 -7
  5. package/dist/adapters/fetch/index.d.mts +8 -56
  6. package/dist/adapters/fetch/index.d.ts +8 -56
  7. package/dist/adapters/fetch/index.mjs +6 -136
  8. package/dist/adapters/message-port/index.d.mts +11 -13
  9. package/dist/adapters/message-port/index.d.ts +11 -13
  10. package/dist/adapters/message-port/index.mjs +28 -32
  11. package/dist/adapters/node/index.d.mts +7 -37
  12. package/dist/adapters/node/index.d.ts +7 -37
  13. package/dist/adapters/node/index.mjs +6 -112
  14. package/dist/adapters/standard/index.d.mts +6 -6
  15. package/dist/adapters/standard/index.d.ts +6 -6
  16. package/dist/adapters/standard/index.mjs +3 -3
  17. package/dist/adapters/standard-peer/index.d.mts +2 -2
  18. package/dist/adapters/standard-peer/index.d.ts +2 -2
  19. package/dist/adapters/websocket/index.d.mts +36 -26
  20. package/dist/adapters/websocket/index.d.ts +36 -26
  21. package/dist/adapters/websocket/index.mjs +33 -25
  22. package/dist/extensions/callable.d.mts +1 -1
  23. package/dist/extensions/callable.d.ts +1 -1
  24. package/dist/extensions/callable.mjs +2 -2
  25. package/dist/helpers/index.d.mts +3 -3
  26. package/dist/helpers/index.d.ts +3 -3
  27. package/dist/helpers/index.mjs +13 -5
  28. package/dist/index.d.mts +19 -16
  29. package/dist/index.d.ts +19 -16
  30. package/dist/index.mjs +36 -22
  31. package/dist/plugins/index.d.mts +136 -5
  32. package/dist/plugins/index.d.ts +136 -5
  33. package/dist/plugins/index.mjs +394 -6
  34. package/dist/shared/{server.BsNNjG5J.d.mts → server.15O7oC1p.d.mts} +1 -1
  35. package/dist/shared/{server.B_U9y00a.d.mts → server.B4BnEWWm.d.mts} +6 -5
  36. package/dist/shared/{server.EOHJ3NJr.d.ts → server.BhsVw7m7.d.ts} +2 -2
  37. package/dist/shared/{server.BwHnWUuN.mjs → server.BoiFpNT7.mjs} +4 -2
  38. package/dist/shared/{server.GDpX6Df8.mjs → server.COPVXhDG.mjs} +3 -3
  39. package/dist/shared/{server.BL22TloH.d.mts → server.CcR4kgje.d.mts} +25 -3
  40. package/dist/shared/{server.BL22TloH.d.ts → server.CcR4kgje.d.ts} +25 -3
  41. package/dist/shared/{server.T9F3bzZx.d.ts → server.CnN50DHH.d.ts} +6 -5
  42. package/dist/shared/{server.CjOb6ItT.mjs → server.DBs0rrf9.mjs} +1 -1
  43. package/dist/shared/{server.BB_Ik9Ph.d.mts → server.DDFizwfU.d.mts} +2 -2
  44. package/dist/shared/{server.CrlKQucM.mjs → server.DofEOwf-.mjs} +11 -7
  45. package/dist/shared/{server.Pa0F03f_.d.ts → server.m3szVJGU.d.ts} +1 -1
  46. package/package.json +9 -10
package/README.md CHANGED
@@ -7,6 +7,9 @@
7
7
  <a href="https://www.npmjs.com/package/@orpc/server">
8
8
  <img alt="weekly downloads" src="https://img.shields.io/npm/dw/%40orpc%2Fserver?logo=npm" />
9
9
  </a>
10
+ <a href="https://app.codspeed.io/middleapi/orpc?utm_source=badge">
11
+ <img alt="CodSpeed" src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" />
12
+ </a>
10
13
  <a href="https://github.com/middleapi/orpc/blob/main/LICENSE">
11
14
  <img alt="MIT License" src="https://img.shields.io/github/license/middleapi/orpc?logo=open-source-initiative" />
12
15
  </a>
@@ -26,10 +29,10 @@ You can read the documentation [here](https://orpc.dev).
26
29
 
27
30
  **Core**
28
31
 
29
- - [@orpc/contract](https://www.npmjs.com/package/@orpc/contract): Define type-safe contracts for your API.
30
- - [@orpc/server](https://www.npmjs.com/package/@orpc/server): Implement your API or contract on the server.
31
- - [@orpc/client](https://www.npmjs.com/package/@orpc/client): Consume your API from the client with full type safety.
32
- - [@orpc/openapi](https://www.npmjs.com/package/@orpc/openapi): Bring OpenAPI compatibility to your APIs.
32
+ - [@orpc/contract](https://www.npmjs.com/package/@orpc/contract): Define API contract as the single source of truth.
33
+ - [@orpc/server](https://www.npmjs.com/package/@orpc/server): Build APIs or implement contracts.
34
+ - [@orpc/client](https://www.npmjs.com/package/@orpc/client): Consume APIs with end-to-end type safety.
35
+ - [@orpc/openapi](https://www.npmjs.com/package/@orpc/openapi): Add OpenAPI compatibility to APIs.
33
36
 
34
37
  **Schema validation**
35
38
 
@@ -37,23 +40,30 @@ You can read the documentation [here](https://orpc.dev).
37
40
  - [@orpc/valibot](https://www.npmjs.com/package/@orpc/valibot): Integrate with [Valibot](https://valibot.dev/).
38
41
  - [@orpc/arktype](https://www.npmjs.com/package/@orpc/arktype): Integrate with [ArkType](https://arktype.io/).
39
42
 
43
+ **Built-in features**
44
+
45
+ - [@orpc/publisher](https://www.npmjs.com/package/@orpc/publisher): Pub/Sub with memory, Redis, and Upstash adapters.
46
+ - [@orpc/ratelimit](https://www.npmjs.com/package/@orpc/ratelimit): Rate limiting with memory, Redis, and Upstash adapters.
47
+ - [@orpc/json-schema](https://www.npmjs.com/package/@orpc/json-schema): Smart coercion for OpenAPI requests.
48
+
40
49
  **Framework & ecosystem integrations**
41
50
 
42
- - [@orpc/next](https://www.npmjs.com/package/@orpc/react): Use oRPC with [Next.js Server Functions](https://nextjs.org/docs/app/getting-started/mutating-data).
51
+ - [@orpc/next](https://www.npmjs.com/package/@orpc/next): Integrate with [Next.js Server Functions](https://nextjs.org/docs/app/getting-started/mutating-data).
52
+ - [@orpc/ai-sdk](https://www.npmjs.com/package/@orpc/ai-sdk): Turn contracts and procedures into [AI SDK](https://ai-sdk.dev/) tools.
43
53
  - [@orpc/tanstack-query](https://www.npmjs.com/package/@orpc/tanstack-query): Integrate with [TanStack Query](https://tanstack.com/query/latest).
54
+ - [@orpc/pinia-colada](https://www.npmjs.com/package/@orpc/pinia-colada): Integrate with [Pinia Colada](https://pinia-colada.esm.dev/).
55
+ - [@orpc/swr](https://www.npmjs.com/package/@orpc/swr): Integrate with [SWR](https://swr.vercel.app/).
44
56
  - [@orpc/experimental-effect](https://www.npmjs.com/package/@orpc/experimental-effect): Integrate with [Effect](https://effect.website/).
45
-
46
- **Built-in features**
47
-
48
- - [@orpc/publisher](https://www.npmjs.com/package/@orpc/publisher): Pub/Sub.
49
- - [@orpc/ratelimit](https://www.npmjs.com/package/@orpc/ratelimit): Rate limiting.
50
- - [@orpc/json-schema](https://www.npmjs.com/package/@orpc/json-schema): Smart coercion for OpenAPI requests.
57
+ - [@orpc/nest](https://www.npmjs.com/package/@orpc/nest): Implement your contract with [NestJS](https://nestjs.com/).
58
+ - [@orpc/bun](https://www.npmjs.com/package/@orpc/bun): Adapters for [Bun's Redis](https://bun.sh/).
59
+ - [@orpc/cloudflare](https://www.npmjs.com/package/@orpc/cloudflare): Adapters for [Cloudflare's RateLimit and Durable Objects](https://developers.cloudflare.com/workers/).
60
+ - [@orpc/trpc](https://www.npmjs.com/package/@orpc/trpc): Reuse existing [tRPC](https://trpc.io/) routers within oRPC.
51
61
 
52
62
  **Observability**
53
63
 
54
- - [@orpc/opentelemetry](https://www.npmjs.com/package/@orpc/opentelemetry): Instrument your API with [OpenTelemetry](https://opentelemetry.io/).
55
- - [@orpc/pino](https://www.npmjs.com/package/@orpc/pino): Log with [Pino](https://getpino.io/).
56
- - [@orpc/evlog](https://www.npmjs.com/package/@orpc/evlog): Log with [Evlog](https://evlog.dev/).
64
+ - [@orpc/opentelemetry](https://www.npmjs.com/package/@orpc/opentelemetry): Integrate with [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
65
+ - [@orpc/pino](https://www.npmjs.com/package/@orpc/pino): Integrate with [Pino](https://getpino.io/) for logging.
66
+ - [@orpc/evlog](https://www.npmjs.com/package/@orpc/evlog): Integrate with [Evlog](https://evlog.dev/) for logging.
57
67
 
58
68
  ## Sponsors
59
69
 
@@ -99,12 +109,10 @@ Like what we build over at [middleapi](https://github.com/middleapi)? You can he
99
109
  <td align="center"><a href="https://github.com/valerii15298?ref=orpc" target="_blank" rel="noopener" title="Valerii Petryniak"><img src="https://avatars.githubusercontent.com/u/44531564?u=88ac74d9bacd20401518441907acad21063cd397&amp;v=4" width="139" alt="Valerii Petryniak"/><br />Valerii Petryniak</a></td>
100
110
  <td align="center"><a href="https://github.com/letstri?ref=orpc" target="_blank" rel="noopener" title="Valerii Strilets"><img src="https://avatars.githubusercontent.com/u/13253748?u=c7b10399ccc8f8081e24db94ec32cd9858e86ac3&amp;v=4" width="139" alt="Valerii Strilets"/><br />Valerii Strilets</a></td>
101
111
  <td align="center"><a href="https://github.com/K-Mistele?ref=orpc" target="_blank" rel="noopener" title="Kyle Mistele"><img src="https://avatars.githubusercontent.com/u/18430555?u=3afebeb81de666e35aaac3ed46f14159d7603ffb&amp;v=4" width="139" alt="Kyle Mistele"/><br />Kyle Mistele</a></td>
102
- <td align="center"><a href="https://github.com/andrewpeters9?ref=orpc" target="_blank" rel="noopener" title="Andrew Peters"><img src="https://avatars.githubusercontent.com/u/36251325?v=4" width="139" alt="Andrew Peters"/><br />Andrew Peters</a></td>
103
112
  <td align="center"><a href="https://github.com/R44VC0RP?ref=orpc" target="_blank" rel="noopener" title="Ryan Vogel"><img src="https://avatars.githubusercontent.com/u/89211796?u=1857347b9787d8d8a7ea5bfc333f96be92d5a683&amp;v=4" width="139" alt="Ryan Vogel"/><br />Ryan Vogel</a></td>
113
+ <td align="center"><a href="https://github.com/christ12938?ref=orpc" target="_blank" rel="noopener" title="christ12938"><img src="https://avatars.githubusercontent.com/u/25758598?v=4" width="139" alt="christ12938"/><br />christ12938</a></td>
104
114
  </tr>
105
115
  <tr>
106
- <td align="center"><a href="https://github.com/christ12938?ref=orpc" target="_blank" rel="noopener" title="christ12938"><img src="https://avatars.githubusercontent.com/u/25758598?v=4" width="139" alt="christ12938"/><br />christ12938</a></td>
107
- <td align="center"><a href="https://github.com/peter-adam-dy?ref=orpc" target="_blank" rel="noopener" title="Peter Adam"><img src="https://avatars.githubusercontent.com/u/132129459?u=4f3dbbb3b443990b56acb7d6a5d11ed2c555f6db&amp;v=4" width="139" alt="Peter Adam"/><br />Peter Adam</a></td>
108
116
  <td align="center"><a href="https://github.com/Ryanjso?ref=orpc" target="_blank" rel="noopener" title="Ryan Soderberg"><img src="https://avatars.githubusercontent.com/u/39172778?u=5ed913c31d57e7221b75784abcad48c7ebddde27&amp;v=4" width="139" alt="Ryan Soderberg"/><br />Ryan Soderberg</a></td>
109
117
  <td align="center"><a href="https://github.com/itigoore01?ref=orpc" target="_blank" rel="noopener" title="shota"><img src="https://avatars.githubusercontent.com/u/11831107?u=c976a6dc7e055eb026304c46c99100ed22b0c8e0&amp;v=4" width="139" alt="shota"/><br />shota</a></td>
110
118
  </tr>
@@ -115,25 +123,25 @@ Like what we build over at [middleapi](https://github.com/middleapi)? You can he
115
123
  <table>
116
124
  <tr>
117
125
  <td align="center"><a href="https://github.com/rhinodavid?ref=orpc" target="_blank" rel="noopener" title="David Walsh"><img src="https://avatars.githubusercontent.com/u/5778036?u=b5521f07d2f88c3db2a0dae62b5f2f8357214af0&amp;v=4" width="119" alt="David Walsh"/><br />David Walsh</a></td>
126
+ <td align="center"><a href="https://github.com/Nic13Gamer?ref=orpc" target="_blank" rel="noopener" title="Nicholas"><img src="https://avatars.githubusercontent.com/u/54724556?u=56a7ab430ce7a80d648ab6eba051d454a818ed0b&amp;v=4" width="119" alt="Nicholas"/><br />Nicholas</a></td>
118
127
  <td align="center"><a href="https://github.com/Robbe95?ref=orpc" target="_blank" rel="noopener" title="Robbe Vaes"><img src="https://avatars.githubusercontent.com/u/44748019?u=e0232402c045ad4eac7cbd217f1f47e083103b89&amp;v=4" width="119" alt="Robbe Vaes"/><br />Robbe Vaes</a></td>
119
128
  <td align="center"><a href="https://github.com/aidansunbury?ref=orpc" target="_blank" rel="noopener" title="Aidan Sunbury"><img src="https://avatars.githubusercontent.com/u/64103161?v=4" width="119" alt="Aidan Sunbury"/><br />Aidan Sunbury</a></td>
120
129
  <td align="center"><a href="https://github.com/soonoo?ref=orpc" target="_blank" rel="noopener" title="soonoo"><img src="https://avatars.githubusercontent.com/u/5436405?u=5d0b4aa955c87e30e6bda7f0cccae5402da99528&amp;v=4" width="119" alt="soonoo"/><br />soonoo</a></td>
121
130
  <td align="center"><a href="https://github.com/kporten?ref=orpc" target="_blank" rel="noopener" title="Kevin Porten"><img src="https://avatars.githubusercontent.com/u/1839345?u=dc2263d5cfe0d927ce1a0be04a1d55dd6b55405c&amp;v=4" width="119" alt="Kevin Porten"/><br />Kevin Porten</a></td>
122
131
  <td align="center"><a href="https://github.com/pumpkinlink?ref=orpc" target="_blank" rel="noopener" title="Denis"><img src="https://avatars.githubusercontent.com/u/11864620?u=5f47bbe6c65d0f6f5cf011021490238e4b0593d0&amp;v=4" width="119" alt="Denis"/><br />Denis</a></td>
123
- <td align="center"><a href="https://github.com/christopher-kapic?ref=orpc" target="_blank" rel="noopener" title="Christopher Kapic"><img src="https://avatars.githubusercontent.com/u/59740769?u=e7ad4b72b5bf6c9eb1644c26dbf3332a8f987377&amp;v=4" width="119" alt="Christopher Kapic"/><br />Christopher Kapic</a></td>
124
132
  </tr>
125
133
  <tr>
134
+ <td align="center"><a href="https://github.com/christopher-kapic?ref=orpc" target="_blank" rel="noopener" title="Christopher Kapic"><img src="https://avatars.githubusercontent.com/u/59740769?u=e7ad4b72b5bf6c9eb1644c26dbf3332a8f987377&amp;v=4" width="119" alt="Christopher Kapic"/><br />Christopher Kapic</a></td>
126
135
  <td align="center"><a href="https://github.com/thomasballinger?ref=orpc" target="_blank" rel="noopener" title="Tom Ballinger"><img src="https://avatars.githubusercontent.com/u/458879?u=4b045ac75d721b6ac2b42a74d7d37f61f0414031&amp;v=4" width="119" alt="Tom Ballinger"/><br />Tom Ballinger</a></td>
127
136
  <td align="center"><a href="https://github.com/SSam0419?ref=orpc" target="_blank" rel="noopener" title="Sam"><img src="https://avatars.githubusercontent.com/u/102863520?u=3c89611f549d5070be232eb4532f690c8f2e7a65&amp;v=4" width="119" alt="Sam"/><br />Sam</a></td>
128
137
  <td align="center"><a href="https://github.com/Titoine?ref=orpc" target="_blank" rel="noopener" title="Titoine"><img src="https://avatars.githubusercontent.com/u/3514286?u=1bb1e86b0c99c8a1121372e56d51a177eea12191&amp;v=4" width="119" alt="Titoine"/><br />Titoine</a></td>
129
138
  <td align="center"><a href="https://github.com/Mnigos?ref=orpc" target="_blank" rel="noopener" title="Igor Makowski"><img src="https://avatars.githubusercontent.com/u/56691628?u=ee8c879478f7c151b9156aef6c74243fa3e247a8&amp;v=4" width="119" alt="Igor Makowski"/><br />Igor Makowski</a></td>
130
139
  <td align="center"><a href="https://github.com/hanayashiki?ref=orpc" target="_blank" rel="noopener" title="hanayashiki"><img src="https://avatars.githubusercontent.com/u/26056783?u=06c3b9205a16fd41a871e82da1cc2a09306d53f5&amp;v=4" width="119" alt="hanayashiki"/><br />hanayashiki</a></td>
131
140
  <td align="center"><a href="https://github.com/ldub?ref=orpc" target="_blank" rel="noopener" title="Lev Dubinets"><img src="https://avatars.githubusercontent.com/u/3114081?u=f547f5d5012cab54851f1b1ad72d10e537f78fc2&amp;v=4" width="119" alt="Lev Dubinets"/><br />Lev Dubinets</a></td>
132
- <td align="center"><a href="https://github.com/mr-kelly?ref=orpc" target="_blank" rel="noopener" title="Kelly Peilin Chan"><img src="https://avatars.githubusercontent.com/u/520852?u=6b0f7105f694e7b5cacf410a3f04c7044b469dc8&amp;v=4" width="119" alt="Kelly Peilin Chan"/><br />Kelly Peilin Chan</a></td>
133
141
  </tr>
134
142
  <tr>
143
+ <td align="center"><a href="https://github.com/mr-kelly?ref=orpc" target="_blank" rel="noopener" title="Kelly Peilin Chan"><img src="https://avatars.githubusercontent.com/u/520852?u=6b0f7105f694e7b5cacf410a3f04c7044b469dc8&amp;v=4" width="119" alt="Kelly Peilin Chan"/><br />Kelly Peilin Chan</a></td>
135
144
  <td align="center"><a href="https://github.com/piscis?ref=orpc" target="_blank" rel="noopener" title="Alex"><img src="https://avatars.githubusercontent.com/u/326163?u=b245f368bd940cf51d08c0b6bf55f8257f359437&amp;v=4" width="119" alt="Alex"/><br />Alex</a></td>
136
- <td align="center"><a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="nattstack"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&amp;v=4" width="119" alt="nattstack"/><br />nattstack</a></td>
137
145
  <td align="center"><a href="https://github.com/finom?ref=orpc" target="_blank" rel="noopener" title="Andrey Gubanov"><img src="https://avatars.githubusercontent.com/u/1082083?u=29e91400dbd4a9c217048a8f59562c4f740498e6&amp;v=4" width="119" alt="Andrey Gubanov"/><br />Andrey Gubanov</a></td>
138
146
  </tr>
139
147
  </table>
@@ -150,7 +158,7 @@ Like what we build over at [middleapi](https://github.com/middleapi)? You can he
150
158
  <a href="https://github.com/theoludwig?ref=orpc" target="_blank" rel="noopener" title="Théo LUDWIG"><img src="https://avatars.githubusercontent.com/u/25207499?u=a6a9653725a2f574c07893748806668e0598cdbe&amp;v=4" width="32" height="32" alt="Théo LUDWIG" /></a>
151
159
  <a href="https://github.com/abhay-ramesh?ref=orpc" target="_blank" rel="noopener" title="Abhay Ramesh"><img src="https://avatars.githubusercontent.com/u/66196314?u=c5c2b0327b26606c2efcfaf17046ab18c3d25c57&amp;v=4" width="32" height="32" alt="Abhay Ramesh" /></a>
152
160
  <a href="https://github.com/shr-ink?ref=orpc" target="_blank" rel="noopener" title="shr.ink oü"><img src="https://avatars.githubusercontent.com/u/139700438?v=4" width="32" height="32" alt="shr.ink oü" /></a>
153
- <a href="https://github.com/johngerome?ref=orpc" target="_blank" rel="noopener" title="0x4e32"><img src="https://avatars.githubusercontent.com/u/2002000?u=24e8dd943cfc862aa284d858a023532c75071ade&amp;v=4" width="32" height="32" alt="0x4e32" /></a>
161
+ <a href="https://github.com/johngerome?ref=orpc" target="_blank" rel="noopener" title="0x4e32"><img src="https://avatars.githubusercontent.com/u/2002000?u=505e54608466ab53754f702973687b04c6424c1f&amp;v=4" width="32" height="32" alt="0x4e32" /></a>
154
162
  <a href="https://github.com/yzuyr?ref=orpc" target="_blank" rel="noopener" title="Ryuz"><img src="https://avatars.githubusercontent.com/u/196539378?u=d38374588d219b6748b16406982f6559411466d4&amp;v=4" width="32" height="32" alt="Ryuz" /></a>
155
163
  <a href="https://github.com/happyboy2022?ref=orpc" target="_blank" rel="noopener" title="happyboy"><img src="https://avatars.githubusercontent.com/u/103669586?u=65b49c4b893ed3703909fbb3a7a22313f3f9c121&amp;v=4" width="32" height="32" alt="happyboy" /></a>
156
164
  <a href="https://github.com/YiCChi?ref=orpc" target="_blank" rel="noopener" title="yicchi"><img src="https://avatars.githubusercontent.com/u/86967274?u=6c2756f09fe15dd94d572f560e979cd157982852&amp;v=4" width="32" height="32" alt="yicchi" /></a>
@@ -164,7 +172,9 @@ Like what we build over at [middleapi](https://github.com/middleapi)? You can he
164
172
  <a href="https://github.com/nelsonlaidev?ref=orpc" target="_blank" rel="noopener" title="Nelson Lai"><img src="https://avatars.githubusercontent.com/u/75498339?u=2fc0e0b95dd184c5ffb744df977cb15a18b60672&amp;v=4" width="32" height="32" alt="Nelson Lai" /></a>
165
173
  <a href="https://github.com/nguyenlc1993?ref=orpc" target="_blank" rel="noopener" title="Lê Cao Nguyên"><img src="https://avatars.githubusercontent.com/u/13871971?u=83c8b69d9e35b589c4e1f066cc113b1d9461386f&amp;v=4" width="32" height="32" alt="Lê Cao Nguyên" /></a>
166
174
  <a href="https://github.com/wobsoriano?ref=orpc" target="_blank" rel="noopener" title="Robert Soriano"><img src="https://avatars.githubusercontent.com/u/13049130?u=6d72104182e7c9ed25934815313fb69107332111&amp;v=4" width="32" height="32" alt="Robert Soriano" /></a>
175
+ <a href="https://github.com/andrewpeters9?ref=orpc" target="_blank" rel="noopener" title="Andrew Peters"><img src="https://avatars.githubusercontent.com/u/36251325?v=4" width="32" height="32" alt="Andrew Peters" /></a>
167
176
  <a href="https://github.com/SKostyukovich?ref=orpc" target="_blank" rel="noopener" title="SKostyukovich"><img src="https://avatars.githubusercontent.com/u/10700067?v=4" width="32" height="32" alt="SKostyukovich" /></a>
177
+ <a href="https://github.com/peter-adam-dy?ref=orpc" target="_blank" rel="noopener" title="Peter Adam"><img src="https://avatars.githubusercontent.com/u/132129459?u=4f3dbbb3b443990b56acb7d6a5d11ed2c555f6db&amp;v=4" width="32" height="32" alt="Peter Adam" /></a>
168
178
  <a href="https://github.com/FabworksHQ?ref=orpc" target="_blank" rel="noopener" title="Fabworks"><img src="https://avatars.githubusercontent.com/u/160179500?v=4" width="32" height="32" alt="Fabworks" /></a>
169
179
  <a href="https://github.com/NovakAnton?ref=orpc" target="_blank" rel="noopener" title="Novak Antonijevic"><img src="https://avatars.githubusercontent.com/u/157126729?u=ae49fa22292d55c0434ff0ca008206155b18663b&amp;v=4" width="32" height="32" alt="Novak Antonijevic" /></a>
170
180
  <a href="https://github.com/laduniestu?ref=orpc" target="_blank" rel="noopener" title="Laduni Estu Syalwa"><img src="https://avatars.githubusercontent.com/u/44757637?u=a2fc1ea8f7d827a96721176f79d30592d1c48059&amp;v=4" width="32" height="32" alt="Laduni Estu Syalwa" /></a>
@@ -172,6 +182,7 @@ Like what we build over at [middleapi](https://github.com/middleapi)? You can he
172
182
  <a href="https://github.com/illarionvk?ref=orpc" target="_blank" rel="noopener" title="Illarion Koperski"><img src="https://avatars.githubusercontent.com/u/5012724?u=7cfa13652f7ac5fb3c56d880e3eb3fbe40c3ea34&amp;v=4" width="32" height="32" alt="Illarion Koperski" /></a>
173
183
  <a href="https://github.com/steelbrain?ref=orpc" target="_blank" rel="noopener" title="Anees Iqbal"><img src="https://avatars.githubusercontent.com/u/4278113?u=22b80b5399eed68ac76cd58b02961b0481f1db11&amp;v=4" width="32" height="32" alt="Anees Iqbal" /></a>
174
184
  <a href="https://github.com/Scrumplex?ref=orpc" target="_blank" rel="noopener" title="Sefa Eyeoglu"><img src="https://avatars.githubusercontent.com/u/11587657?u=ab503582165c0bbff0cca47ce31c9450bb1553c9&amp;v=4" width="32" height="32" alt="Sefa Eyeoglu" /></a>
185
+ <a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="natt"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&amp;v=4" width="32" height="32" alt="natt" /></a>
175
186
  <a href="https://github.com/ChromeGG?ref=orpc" target="_blank" rel="noopener" title="Adam Tkaczyk"><img src="https://avatars.githubusercontent.com/u/39050595?u=a58ca6042a6950e94e6e92442db76ef584279bc0&amp;v=4" width="32" height="32" alt="Adam Tkaczyk" /></a>
176
187
  <a href="https://github.com/plancraft?ref=orpc" target="_blank" rel="noopener" title="plancraft"><img src="https://avatars.githubusercontent.com/u/46482287?v=4" width="32" height="32" alt="plancraft" /></a>
177
188
  </p>
@@ -1,11 +1,11 @@
1
1
  import { MaybeOptionalOptions } from '@orpc/shared';
2
2
  import { EncodePeerMessageOptions, DecodePeerMessageOptions } from '@standardserver/peer';
3
3
  import { Message, Peer } from 'crossws';
4
- import { C as Context } from '../../shared/server.BL22TloH.mjs';
5
- import { S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.BB_Ik9Ph.mjs';
4
+ import { C as Context } from '../../shared/server.CcR4kgje.mjs';
5
+ import { S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.DDFizwfU.mjs';
6
6
  import { StandardPeerRequestHandlerOptions } from '../standard-peer/index.mjs';
7
- import { R as Router } from '../../shared/server.BsNNjG5J.mjs';
8
- import { R as RPCHandlerCodecOptions } from '../../shared/server.B_U9y00a.mjs';
7
+ import { R as Router } from '../../shared/server.15O7oC1p.mjs';
8
+ import { R as RPCHandlerCodecOptions } from '../../shared/server.B4BnEWWm.mjs';
9
9
  import '@orpc/client';
10
10
  import '@orpc/contract';
11
11
  import '@standardserver/core';
@@ -29,17 +29,20 @@ declare class experimental_CrosswsHandler<T extends Context> {
29
29
  private readonly decodePeerMessageOptions;
30
30
  constructor(handler: StandardHandler<T>, options?: NoInfer<experimental_CrosswsHandlerOptions<T>>);
31
31
  /**
32
- * Handles a single message received from a crossws Peer.
32
+ * Handles a single WebSocket message.
33
33
  *
34
- * @param ws The crossws Peer instance, require consistent instance across messages for proper peer management
34
+ * Message order matters. Call this immediately after receiving a message,
35
+ * before any other async work, to preserve ordering.
36
+ *
37
+ * @param ws The crossws peer instance. Use the same instance for all messages.
35
38
  */
36
39
  message(ws: CrosswsPeerLike, message: CrosswsMessageLike, ...rest: MaybeOptionalOptions<StandardPeerRequestHandlerOptions<T>>): Promise<{
37
40
  matched: boolean;
38
41
  }>;
39
42
  /**
40
- * Closes the peer connection and cleans up associated resources.
43
+ * Cleans up peer state for a closed WebSocket.
41
44
  *
42
- * @param ws The crossws Peer instance to close, require consistent instance for proper peer management
45
+ * @param ws The same crossws peer instance passed to `.message()`.
43
46
  */
44
47
  close(ws: CrosswsPeerLike): Promise<void>;
45
48
  }
@@ -1,11 +1,11 @@
1
1
  import { MaybeOptionalOptions } from '@orpc/shared';
2
2
  import { EncodePeerMessageOptions, DecodePeerMessageOptions } from '@standardserver/peer';
3
3
  import { Message, Peer } from 'crossws';
4
- import { C as Context } from '../../shared/server.BL22TloH.js';
5
- import { S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.EOHJ3NJr.js';
4
+ import { C as Context } from '../../shared/server.CcR4kgje.js';
5
+ import { S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.BhsVw7m7.js';
6
6
  import { StandardPeerRequestHandlerOptions } from '../standard-peer/index.js';
7
- import { R as Router } from '../../shared/server.Pa0F03f_.js';
8
- import { R as RPCHandlerCodecOptions } from '../../shared/server.T9F3bzZx.js';
7
+ import { R as Router } from '../../shared/server.m3szVJGU.js';
8
+ import { R as RPCHandlerCodecOptions } from '../../shared/server.CnN50DHH.js';
9
9
  import '@orpc/client';
10
10
  import '@orpc/contract';
11
11
  import '@standardserver/core';
@@ -29,17 +29,20 @@ declare class experimental_CrosswsHandler<T extends Context> {
29
29
  private readonly decodePeerMessageOptions;
30
30
  constructor(handler: StandardHandler<T>, options?: NoInfer<experimental_CrosswsHandlerOptions<T>>);
31
31
  /**
32
- * Handles a single message received from a crossws Peer.
32
+ * Handles a single WebSocket message.
33
33
  *
34
- * @param ws The crossws Peer instance, require consistent instance across messages for proper peer management
34
+ * Message order matters. Call this immediately after receiving a message,
35
+ * before any other async work, to preserve ordering.
36
+ *
37
+ * @param ws The crossws peer instance. Use the same instance for all messages.
35
38
  */
36
39
  message(ws: CrosswsPeerLike, message: CrosswsMessageLike, ...rest: MaybeOptionalOptions<StandardPeerRequestHandlerOptions<T>>): Promise<{
37
40
  matched: boolean;
38
41
  }>;
39
42
  /**
40
- * Closes the peer connection and cleans up associated resources.
43
+ * Cleans up peer state for a closed WebSocket.
41
44
  *
42
- * @param ws The crossws Peer instance to close, require consistent instance for proper peer management
45
+ * @param ws The same crossws peer instance passed to `.message()`.
43
46
  */
44
47
  close(ws: CrosswsPeerLike): Promise<void>;
45
48
  }
@@ -1,12 +1,12 @@
1
1
  import { resolveMaybeOptionalOptions } from '@orpc/shared';
2
2
  import { ServerPeer, encodePeerMessage, decodePeerMessage, isClientPeerSendMessage } from '@standardserver/peer';
3
3
  import { c as createStandardPeerRequestHandler } from '../../shared/server.CX4vUnDk.mjs';
4
- import { R as RPCHandlerCodec, S as StandardHandler } from '../../shared/server.GDpX6Df8.mjs';
4
+ import { R as RPCHandlerCodec, S as StandardHandler } from '../../shared/server.COPVXhDG.mjs';
5
5
  import '@orpc/client';
6
6
  import '@standardserver/core';
7
- import '../../shared/server.CrlKQucM.mjs';
7
+ import '../../shared/server.DofEOwf-.mjs';
8
8
  import '@orpc/contract';
9
- import '../../shared/server.BwHnWUuN.mjs';
9
+ import '../../shared/server.BoiFpNT7.mjs';
10
10
 
11
11
  class experimental_CrosswsHandler {
12
12
  constructor(handler, options = {}) {
@@ -18,9 +18,12 @@ class experimental_CrosswsHandler {
18
18
  encodePeerMessageOptions;
19
19
  decodePeerMessageOptions;
20
20
  /**
21
- * Handles a single message received from a crossws Peer.
21
+ * Handles a single WebSocket message.
22
22
  *
23
- * @param ws The crossws Peer instance, require consistent instance across messages for proper peer management
23
+ * Message order matters. Call this immediately after receiving a message,
24
+ * before any other async work, to preserve ordering.
25
+ *
26
+ * @param ws The crossws peer instance. Use the same instance for all messages.
24
27
  */
25
28
  async message(ws, message, ...rest) {
26
29
  let peer = this.peers.get(ws);
@@ -40,9 +43,9 @@ class experimental_CrosswsHandler {
40
43
  return result;
41
44
  }
42
45
  /**
43
- * Closes the peer connection and cleans up associated resources.
46
+ * Cleans up peer state for a closed WebSocket.
44
47
  *
45
- * @param ws The crossws Peer instance to close, require consistent instance for proper peer management
48
+ * @param ws The same crossws peer instance passed to `.message()`.
46
49
  */
47
50
  async close(ws) {
48
51
  const server = this.peers.get(ws);
@@ -1,10 +1,10 @@
1
- import { C as Context } from '../../shared/server.BL22TloH.mjs';
2
1
  import { Interceptor, MaybeOptionalOptions } from '@orpc/shared';
3
2
  import { ToFetchResponseOptions } from '@standardserver/fetch';
4
- import { e as StandardHandlerPlugin, b as StandardHandlerHandleOptions, S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.BB_Ik9Ph.mjs';
3
+ import { C as Context } from '../../shared/server.CcR4kgje.mjs';
4
+ import { e as StandardHandlerPlugin, b as StandardHandlerHandleOptions, S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.DDFizwfU.mjs';
5
5
  import { FriendlyStandardHandlerHandleOptions } from '../standard/index.mjs';
6
- import { R as Router } from '../../shared/server.BsNNjG5J.mjs';
7
- import { R as RPCHandlerCodecOptions } from '../../shared/server.B_U9y00a.mjs';
6
+ import { R as Router } from '../../shared/server.15O7oC1p.mjs';
7
+ import { R as RPCHandlerCodecOptions } from '../../shared/server.B4BnEWWm.mjs';
8
8
  import '@orpc/client';
9
9
  import '@orpc/contract';
10
10
  import '@standardserver/core';
@@ -53,9 +53,9 @@ interface FetchHandlerFetchInterceptorOptions<T extends Context> extends Standar
53
53
  type FetchHandlerFetchInterceptor<T extends Context> = Interceptor<FetchHandlerFetchInterceptorOptions<T>, Promise<FetchHandlerHandleResult>>;
54
54
  interface FetchHandlerOptions<T extends Context> {
55
55
  /**
56
- * Custom options for `toFetchResponse`, used to map a `Standard Response` to a `Fetch Response`.
56
+ * Options for how to convert the Fetch Response to a Standard Response, like event stream options, etc.
57
57
  */
58
- toFetchResponse?: ToFetchResponseOptions;
58
+ toFetchResponse?: undefined | ToFetchResponseOptions;
59
59
  /**
60
60
  * Interceptors that run before the mapping between the Standard API and Fetch API,
61
61
  * useful for customizing the mapping behavior (e.g. extending the body parser).
@@ -71,54 +71,6 @@ declare class FetchHandler<T extends Context> {
71
71
  handle(request: Request, ...rest: MaybeOptionalOptions<FriendlyStandardHandlerHandleOptions<T>>): Promise<FetchHandlerHandleResult>;
72
72
  }
73
73
 
74
- declare const ORDERED_SUPPORTED_ENCODINGS: readonly ["gzip", "deflate"];
75
- interface BodyCompressionHandlerPluginOptions {
76
- /**
77
- * The compression schemes to use for response compression.
78
- * Schemes are prioritized by their order in this array and
79
- * only applied if the client supports them.
80
- *
81
- * @default ['gzip', 'deflate']
82
- */
83
- encodings?: readonly (typeof ORDERED_SUPPORTED_ENCODINGS)[number][];
84
- /**
85
- * The minimum response size in bytes required to trigger compression.
86
- * Responses smaller than this threshold will not be compressed to avoid overhead.
87
- * If the response size cannot be determined, compression will still be applied.
88
- *
89
- * @default 1024 (1KB)
90
- */
91
- threshold?: number;
92
- /**
93
- * Override the default content-type filter used to determine which responses should be compressed.
94
- *
95
- * @warning Event stream responses are never compressed, regardless of this filter's return value.
96
- * @default only responses with compressible content types are compressed.
97
- */
98
- filter?: (request: Request, response: Response) => boolean;
99
- }
100
- declare class BodyCompressionHandlerPlugin<T extends Context> implements FetchHandlerPlugin<T> {
101
- name: string;
102
- private readonly encodings;
103
- private readonly threshold;
104
- private readonly filter;
105
- constructor(options?: BodyCompressionHandlerPluginOptions);
106
- initFetchHandlerOptions(options: FetchHandlerOptions<T>): FetchHandlerOptions<T>;
107
- }
108
-
109
- interface BodyLimitHandlerPluginOptions {
110
- /**
111
- * The maximum size of the body in bytes.
112
- */
113
- maxBodySize: number;
114
- }
115
- declare class BodyLimitHandlerPlugin<T extends Context> implements FetchHandlerPlugin<T> {
116
- name: string;
117
- private readonly maxBodySize;
118
- constructor(options: BodyLimitHandlerPluginOptions);
119
- initFetchHandlerOptions(options: FetchHandlerOptions<T>): FetchHandlerOptions<T>;
120
- }
121
-
122
74
  interface RPCHandlerOptions<T extends Context> extends FetchHandlerOptions<T>, Omit<StandardHandlerOptions<T>, 'plugins'>, RPCHandlerCodecOptions<T> {
123
75
  /**
124
76
  * Configuration for {@link CSRFGuardHandlerPlugin}, which is enabled by default for `RPCHandler` over HTTP.
@@ -136,5 +88,5 @@ declare class RPCHandler<T extends Context> extends FetchHandler<T> {
136
88
  constructor(router: Router<T>, options?: NoInfer<RPCHandlerOptions<T>>);
137
89
  }
138
90
 
139
- export { BodyCompressionHandlerPlugin, BodyLimitHandlerPlugin, CompositeFetchHandlerPlugin, FetchHandler, RPCHandler };
140
- export type { BodyCompressionHandlerPluginOptions, BodyLimitHandlerPluginOptions, FetchHandlerFetchInterceptor, FetchHandlerFetchInterceptorOptions, FetchHandlerHandleResult, FetchHandlerOptions, FetchHandlerPlugin, RPCHandlerOptions };
91
+ export { CompositeFetchHandlerPlugin, FetchHandler, RPCHandler };
92
+ export type { FetchHandlerFetchInterceptor, FetchHandlerFetchInterceptorOptions, FetchHandlerHandleResult, FetchHandlerOptions, FetchHandlerPlugin, RPCHandlerOptions };
@@ -1,10 +1,10 @@
1
- import { C as Context } from '../../shared/server.BL22TloH.js';
2
1
  import { Interceptor, MaybeOptionalOptions } from '@orpc/shared';
3
2
  import { ToFetchResponseOptions } from '@standardserver/fetch';
4
- import { e as StandardHandlerPlugin, b as StandardHandlerHandleOptions, S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.EOHJ3NJr.js';
3
+ import { C as Context } from '../../shared/server.CcR4kgje.js';
4
+ import { e as StandardHandlerPlugin, b as StandardHandlerHandleOptions, S as StandardHandler, a as StandardHandlerOptions } from '../../shared/server.BhsVw7m7.js';
5
5
  import { FriendlyStandardHandlerHandleOptions } from '../standard/index.js';
6
- import { R as Router } from '../../shared/server.Pa0F03f_.js';
7
- import { R as RPCHandlerCodecOptions } from '../../shared/server.T9F3bzZx.js';
6
+ import { R as Router } from '../../shared/server.m3szVJGU.js';
7
+ import { R as RPCHandlerCodecOptions } from '../../shared/server.CnN50DHH.js';
8
8
  import '@orpc/client';
9
9
  import '@orpc/contract';
10
10
  import '@standardserver/core';
@@ -53,9 +53,9 @@ interface FetchHandlerFetchInterceptorOptions<T extends Context> extends Standar
53
53
  type FetchHandlerFetchInterceptor<T extends Context> = Interceptor<FetchHandlerFetchInterceptorOptions<T>, Promise<FetchHandlerHandleResult>>;
54
54
  interface FetchHandlerOptions<T extends Context> {
55
55
  /**
56
- * Custom options for `toFetchResponse`, used to map a `Standard Response` to a `Fetch Response`.
56
+ * Options for how to convert the Fetch Response to a Standard Response, like event stream options, etc.
57
57
  */
58
- toFetchResponse?: ToFetchResponseOptions;
58
+ toFetchResponse?: undefined | ToFetchResponseOptions;
59
59
  /**
60
60
  * Interceptors that run before the mapping between the Standard API and Fetch API,
61
61
  * useful for customizing the mapping behavior (e.g. extending the body parser).
@@ -71,54 +71,6 @@ declare class FetchHandler<T extends Context> {
71
71
  handle(request: Request, ...rest: MaybeOptionalOptions<FriendlyStandardHandlerHandleOptions<T>>): Promise<FetchHandlerHandleResult>;
72
72
  }
73
73
 
74
- declare const ORDERED_SUPPORTED_ENCODINGS: readonly ["gzip", "deflate"];
75
- interface BodyCompressionHandlerPluginOptions {
76
- /**
77
- * The compression schemes to use for response compression.
78
- * Schemes are prioritized by their order in this array and
79
- * only applied if the client supports them.
80
- *
81
- * @default ['gzip', 'deflate']
82
- */
83
- encodings?: readonly (typeof ORDERED_SUPPORTED_ENCODINGS)[number][];
84
- /**
85
- * The minimum response size in bytes required to trigger compression.
86
- * Responses smaller than this threshold will not be compressed to avoid overhead.
87
- * If the response size cannot be determined, compression will still be applied.
88
- *
89
- * @default 1024 (1KB)
90
- */
91
- threshold?: number;
92
- /**
93
- * Override the default content-type filter used to determine which responses should be compressed.
94
- *
95
- * @warning Event stream responses are never compressed, regardless of this filter's return value.
96
- * @default only responses with compressible content types are compressed.
97
- */
98
- filter?: (request: Request, response: Response) => boolean;
99
- }
100
- declare class BodyCompressionHandlerPlugin<T extends Context> implements FetchHandlerPlugin<T> {
101
- name: string;
102
- private readonly encodings;
103
- private readonly threshold;
104
- private readonly filter;
105
- constructor(options?: BodyCompressionHandlerPluginOptions);
106
- initFetchHandlerOptions(options: FetchHandlerOptions<T>): FetchHandlerOptions<T>;
107
- }
108
-
109
- interface BodyLimitHandlerPluginOptions {
110
- /**
111
- * The maximum size of the body in bytes.
112
- */
113
- maxBodySize: number;
114
- }
115
- declare class BodyLimitHandlerPlugin<T extends Context> implements FetchHandlerPlugin<T> {
116
- name: string;
117
- private readonly maxBodySize;
118
- constructor(options: BodyLimitHandlerPluginOptions);
119
- initFetchHandlerOptions(options: FetchHandlerOptions<T>): FetchHandlerOptions<T>;
120
- }
121
-
122
74
  interface RPCHandlerOptions<T extends Context> extends FetchHandlerOptions<T>, Omit<StandardHandlerOptions<T>, 'plugins'>, RPCHandlerCodecOptions<T> {
123
75
  /**
124
76
  * Configuration for {@link CSRFGuardHandlerPlugin}, which is enabled by default for `RPCHandler` over HTTP.
@@ -136,5 +88,5 @@ declare class RPCHandler<T extends Context> extends FetchHandler<T> {
136
88
  constructor(router: Router<T>, options?: NoInfer<RPCHandlerOptions<T>>);
137
89
  }
138
90
 
139
- export { BodyCompressionHandlerPlugin, BodyLimitHandlerPlugin, CompositeFetchHandlerPlugin, FetchHandler, RPCHandler };
140
- export type { BodyCompressionHandlerPluginOptions, BodyLimitHandlerPluginOptions, FetchHandlerFetchInterceptor, FetchHandlerFetchInterceptorOptions, FetchHandlerHandleResult, FetchHandlerOptions, FetchHandlerPlugin, RPCHandlerOptions };
91
+ export { CompositeFetchHandlerPlugin, FetchHandler, RPCHandler };
92
+ export type { FetchHandlerFetchInterceptor, FetchHandlerFetchInterceptorOptions, FetchHandlerHandleResult, FetchHandlerOptions, FetchHandlerPlugin, RPCHandlerOptions };
@@ -1,143 +1,13 @@
1
- import { toArray, sortPlugins, intercept, resolveMaybeOptionalOptions } from '@orpc/shared';
2
- import { ORPCError } from '@orpc/client';
1
+ import { sortPlugins, intercept, resolveMaybeOptionalOptions, toArray } from '@orpc/shared';
3
2
  import { toStandardLazyRequest, toFetchResponse } from '@standardserver/fetch';
4
3
  import { r as resolveFriendlyStandardHandlerHandleOptions } from '../../shared/server.W91HSRkE.mjs';
5
4
  import { C as CSRFGuardHandlerPlugin } from '../../shared/server.D_QauotT.mjs';
6
- import { R as RPCHandlerCodec, S as StandardHandler } from '../../shared/server.GDpX6Df8.mjs';
5
+ import { R as RPCHandlerCodec, S as StandardHandler } from '../../shared/server.COPVXhDG.mjs';
6
+ import '@orpc/client';
7
7
  import '@standardserver/core';
8
- import '../../shared/server.CrlKQucM.mjs';
8
+ import '../../shared/server.DofEOwf-.mjs';
9
9
  import '@orpc/contract';
10
- import '../../shared/server.BwHnWUuN.mjs';
11
-
12
- const ORDERED_SUPPORTED_ENCODINGS = ["gzip", "deflate"];
13
- class BodyCompressionHandlerPlugin {
14
- name = "~body-compression";
15
- encodings;
16
- threshold;
17
- filter;
18
- constructor(options = {}) {
19
- this.encodings = options.encodings ?? ORDERED_SUPPORTED_ENCODINGS;
20
- this.threshold = options.threshold ?? 1024;
21
- this.filter = (request, response) => {
22
- const hasContentDisposition = response.headers.has("content-disposition");
23
- const contentType = response.headers.get("content-type");
24
- if (!hasContentDisposition && contentType?.startsWith("text/event-stream")) {
25
- return false;
26
- }
27
- return options.filter ? options.filter(request, response) : isCompressibleContentType(contentType);
28
- };
29
- }
30
- initFetchHandlerOptions(options) {
31
- return {
32
- ...options,
33
- fetchInterceptors: [
34
- async (interceptorOptions) => {
35
- const result = await interceptorOptions.next();
36
- if (!result.matched) {
37
- return result;
38
- }
39
- const response = result.response;
40
- if (response.headers.has("content-encoding") || response.headers.has("transfer-encoding") || isNoTransformCacheControl(response.headers.get("cache-control"))) {
41
- return result;
42
- }
43
- const contentLength = response.headers.get("content-length");
44
- if (contentLength && Number(contentLength) < this.threshold) {
45
- return result;
46
- }
47
- const acceptEncoding = interceptorOptions.request.headers.get("accept-encoding")?.split(",").map((enc) => enc.trim().split(";")[0]);
48
- const encoding = this.encodings.find((enc) => acceptEncoding?.includes(enc));
49
- if (!response.body || encoding === void 0) {
50
- return result;
51
- }
52
- if (!this.filter(interceptorOptions.request, response)) {
53
- return result;
54
- }
55
- const compressedBody = response.body.pipeThrough(new CompressionStream(encoding));
56
- const compressedHeaders = new Headers(response.headers);
57
- compressedHeaders.delete("content-length");
58
- compressedHeaders.set("content-encoding", encoding);
59
- return {
60
- ...result,
61
- response: new Response(compressedBody, {
62
- status: response.status,
63
- statusText: response.statusText,
64
- headers: compressedHeaders
65
- })
66
- };
67
- },
68
- ...toArray(options.fetchInterceptors)
69
- ]
70
- };
71
- }
72
- }
73
- const COMPRESSIBLE_CONTENT_TYPE_REGEX = /^\s*(?:text\/(?!event-stream(?:[;\s]|$))[^;\s]+|application\/(?:javascript|json|xml|xml-dtd|ecmascript|dart|postscript|rtf|tar|toml|vnd\.dart|vnd\.ms-fontobject|vnd\.ms-opentype|wasm|x-httpd-php|x-javascript|x-ns-proxy-autoconfig|x-sh|x-tar|x-virtualbox-hdd|x-virtualbox-ova|x-virtualbox-ovf|x-virtualbox-vbox|x-virtualbox-vdi|x-virtualbox-vhd|x-virtualbox-vmdk|x-www-form-urlencoded)|font\/(?:otf|ttf)|image\/(?:bmp|vnd\.adobe\.photoshop|vnd\.microsoft\.icon|vnd\.ms-dds|x-icon|x-ms-bmp)|message\/rfc822|model\/gltf-binary|x-shader\/x-fragment|x-shader\/x-vertex|[^;\s]+?\+(?:json|text|xml|yaml))(?:[;\s]|$)/i;
74
- function isCompressibleContentType(contentType) {
75
- if (contentType === null) {
76
- return false;
77
- }
78
- return COMPRESSIBLE_CONTENT_TYPE_REGEX.test(contentType);
79
- }
80
- const CACHE_CONTROL_NO_TRANSFORM_REGEX = /(?:^|,)\s*no-transform\s*(?:,|$)/i;
81
- function isNoTransformCacheControl(cacheControl) {
82
- if (cacheControl === null) {
83
- return false;
84
- }
85
- return CACHE_CONTROL_NO_TRANSFORM_REGEX.test(cacheControl);
86
- }
87
-
88
- class BodyLimitHandlerPlugin {
89
- name = "~body-limit";
90
- maxBodySize;
91
- constructor(options) {
92
- this.maxBodySize = options.maxBodySize;
93
- }
94
- initFetchHandlerOptions(options) {
95
- return {
96
- ...options,
97
- fetchInterceptors: [
98
- async (interceptorOptions) => {
99
- if (!interceptorOptions.request.body) {
100
- return interceptorOptions.next();
101
- }
102
- let currentBodySize = 0;
103
- const rawReader = interceptorOptions.request.body.getReader();
104
- const body = new ReadableStream({
105
- start: async (controller) => {
106
- const reject = async (error) => {
107
- controller.error(error);
108
- await rawReader.cancel(error);
109
- };
110
- const contentLength = interceptorOptions.request.headers.get("content-length");
111
- if (contentLength && Number(contentLength) > this.maxBodySize) {
112
- await reject(new ORPCError("PAYLOAD_TOO_LARGE"));
113
- return;
114
- }
115
- while (true) {
116
- const { done, value } = await rawReader.read();
117
- if (done) {
118
- controller.close();
119
- return;
120
- }
121
- currentBodySize += value.length;
122
- if (currentBodySize > this.maxBodySize) {
123
- await reject(new ORPCError("PAYLOAD_TOO_LARGE"));
124
- return;
125
- }
126
- controller.enqueue(value);
127
- }
128
- }
129
- });
130
- const requestInit = { body, duplex: "half" };
131
- return interceptorOptions.next({
132
- ...interceptorOptions,
133
- request: new Request(interceptorOptions.request, requestInit)
134
- });
135
- },
136
- ...toArray(options.fetchInterceptors)
137
- ]
138
- };
139
- }
140
- }
10
+ import '../../shared/server.BoiFpNT7.mjs';
141
11
 
142
12
  class CompositeFetchHandlerPlugin {
143
13
  name = "~composite/fetch-handler";
@@ -201,4 +71,4 @@ class RPCHandler extends FetchHandler {
201
71
  }
202
72
  }
203
73
 
204
- export { BodyCompressionHandlerPlugin, BodyLimitHandlerPlugin, CompositeFetchHandlerPlugin, FetchHandler, RPCHandler };
74
+ export { CompositeFetchHandlerPlugin, FetchHandler, RPCHandler };