Commit 20fbba0
committed
simplify: move RequestTransport/Backchannel2511 to internal-only; drop DispatchEnv alias
- core/public no longer exports RequestTransport or isRequestTransport
(kept in the internal barrel; shttpHandler can be public without exposing
the second transport interface before SEP-2598 settles).
- server no longer exports Backchannel2511 (constructed internally by
shttpHandler/streamableHttp; it exists to be deleted when 2025-11 sunsets,
so making it API surface defeats that).
- DispatchEnv deprecated alias deleted (RequestEnv is the name).
- Outbound was already not in public exports — confirmed unchanged.1 parent c823def commit 20fbba0
3 files changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments