@rpckit/core 0.9.99 → 1.0.1
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* - Handshake: `server.version` with `['rpckit', '1.6']`
|
|
7
7
|
* - KeepAlive: `server.ping` method when interval is specified
|
|
8
8
|
* - Unsubscribe: `method.replace('subscribe', 'unsubscribe')`
|
|
9
|
-
* - HTTP headers: `
|
|
9
|
+
* - HTTP headers: `Server-Version` header
|
|
10
10
|
*
|
|
11
11
|
* Use `clientName` to override the client name in the handshake (default: `'rpckit'`).
|
|
12
12
|
* Use `protocolVersion` to override the protocol version (default: `'1.6'`).
|
|
@@ -7,7 +7,7 @@ import { createParse } from '../parse.js';
|
|
|
7
7
|
* - Handshake: `server.version` with `['rpckit', '1.6']`
|
|
8
8
|
* - KeepAlive: `server.ping` method when interval is specified
|
|
9
9
|
* - Unsubscribe: `method.replace('subscribe', 'unsubscribe')`
|
|
10
|
-
* - HTTP headers: `
|
|
10
|
+
* - HTTP headers: `Server-Version` header
|
|
11
11
|
*
|
|
12
12
|
* Use `clientName` to override the client name in the handshake (default: `'rpckit'`).
|
|
13
13
|
* Use `protocolVersion` to override the protocol version (default: `'1.6'`).
|