Skip to content

Commit 2c06221

Browse files
committed
Add the missing protocol doc file
1 parent f419190 commit 2c06221

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/api/cassandra/protocol.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _custom_payload:
2+
3+
Custom Payload
4+
==============
5+
Native protocol version 4+ allows for a custom payload to be sent between clients
6+
and custom query handlers. The payload is specified as a string:binary_type dict
7+
holding custom key/value pairs.
8+
9+
By default these are ignored by the server. They can be useful for servers implementing
10+
a custom QueryHandler.
11+

0 commit comments

Comments
 (0)