Skip to content

Commit bb4503e

Browse files
committed
Capability proposal
1 parent 749d2ea commit bb4503e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rotom.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ message MitmResponse {
5959
AuthStatus status = 2;
6060
bool supports_compression = 3;
6161
string useragent = 4;
62+
uint64 mitm_capability = 5; // Bitwise field built up of Mitm Capability flags
6263
}
6364

6465
message RpcResponse {
@@ -126,3 +127,7 @@ enum RpcStatus {
126127
RPC_STATUS_ACCESS_RATE_LIMITED = 18;
127128
RPC_STATUS_MITM_DISALLOWED_REQUEST = 99;
128129
}
130+
131+
enum MitmCapability {
132+
MITM_CAPABILITY_REQUEST_LONG_SESSIONS = 1;
133+
}

0 commit comments

Comments
 (0)