Merge branch '5-add-http-and-sse' into 6-add-websocket-transport
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/** A normal request/response result before transport encoding. */
|
||||
export type StreamResponse = {
|
||||
|
||||
/** Optional correlation ID for multiplexed transports. */
|
||||
id?: string;
|
||||
|
||||
@@ -15,6 +16,7 @@ export type StreamResponse = {
|
||||
|
||||
/** An application event before a transport applies its wire encoding. */
|
||||
export type StreamEvent = {
|
||||
|
||||
/** Optional event or correlation ID. */
|
||||
id?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user