Skip to content

Commit ea1d4fd

Browse files
committed
docs: add note on HTTP/2 and HTTP/3 multiplexing benefits to Batch Requests Plugin
1 parent 22999a0 commit ea1d4fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/content/docs/plugins/batch-requests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: A plugin for oRPC to batch requests and responses.
77

88
The **Batch Requests Plugin** allows you to combine multiple requests and responses into a single batch, reducing the overhead of sending each one separately.
99

10+
::: info
11+
HTTP/2, HTTP/3, and later versions already support multiplexing, allowing multiple requests and responses over a single connection. Since these protocols are now widely adopted, the batch plugin may be less beneficial in most scenarios.
12+
:::
13+
1014
## Setup
1115

1216
This plugin requires configuration on both the server and client sides.

0 commit comments

Comments
 (0)