Files
deb-python-cassandra-driver/docs/api/cassandra/protocol.rst
2015-04-20 14:22:09 -05:00

12 lines
359 B
ReStructuredText

.. _custom_payload:
Custom Payload
==============
Native protocol version 4+ allows for a custom payload to be sent between clients
and custom query handlers. The payload is specified as a string:binary_type dict
holding custom key/value pairs.
By default these are ignored by the server. They can be useful for servers implementing
a custom QueryHandler.