Skip to content

Commit db9bf9b

Browse files
committed
Fix cassandra.protocol API docs
1 parent 0dc0d58 commit db9bf9b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/api/cassandra/protocol.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
``cassandra.protocol`` - Protocol Features
2+
=====================================================================
3+
4+
.. module:: cassandra.protocol
5+
16
.. _custom_payload:
27

3-
Custom Payload
4-
==============
8+
Custom Payloads
9+
---------------
510
Native protocol version 4+ allows for a custom payload to be sent between clients
611
and custom query handlers. The payload is specified as a string:binary_type dict
712
holding custom key/value pairs.
813

914
By default these are ignored by the server. They can be useful for servers implementing
1015
a custom QueryHandler.
1116

17+
See :meth:`.Session.execute`, ::meth:`.Session.execute_async`, :attr:`.ResponseFuture.custom_payload`.

0 commit comments

Comments
 (0)