We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749d2ea commit bb4503eCopy full SHA for bb4503e
rotom.proto
@@ -59,6 +59,7 @@ message MitmResponse {
59
AuthStatus status = 2;
60
bool supports_compression = 3;
61
string useragent = 4;
62
+ uint64 mitm_capability = 5; // Bitwise field built up of Mitm Capability flags
63
}
64
65
message RpcResponse {
@@ -126,3 +127,7 @@ enum RpcStatus {
126
127
RPC_STATUS_ACCESS_RATE_LIMITED = 18;
128
RPC_STATUS_MITM_DISALLOWED_REQUEST = 99;
129
130
+
131
+enum MitmCapability {
132
+ MITM_CAPABILITY_REQUEST_LONG_SESSIONS = 1;
133
+}
0 commit comments