pub const BINDING_JSONRPC: &str = "JSONRPC";
Protocol binding identifier.
In v1.0, protocol bindings are free-form strings ("JSONRPC", "REST", "GRPC") rather than a fixed enum.
"JSONRPC"
"REST"
"GRPC"